K-Logging:实时把 Log 显示在其他网页的库

1,361 阅读1分钟
原文链接: github.com

Build Status npm version Downloads License

Hope is the most useful you used js library of the log

  • Configurable: Can be configured to display your log
  • Website: Can be real-time display of your log in other web page

Examples

singleKLogging.setOptions(
      {
        app_name: 'K-Logging',
        open_level : ['info','warn','error'],
        method: ['console','website'],
      }
)
singleKLogging.info('info_msg')
singleKLogging.warn('warn_msg')
singleKLogging.error('warm_msg')

The corresponding website page is qiniu.404mzk.com/website.htm…

tips: The corresponding app_name and set consitent

see exaple.gif

Installation

And it's just as easy with npm:

npm i --save npm install k-logging