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
Installation
And it's just as easy with npm:
npm i --save npm install k-logging 