文件名称:log-notifier:日志的简单通知程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-23 09:04:02
JavaScript
日志通知程序 日志的简单通知程序。 用法 var Notifier = require ( 'log-notifier' ) ; var notifier = null ; if ( mode === 'development' ) { notifier = new Notifier . Logger ( { prefix : 'hostname' , format : 'lll' } ) ; } else { if ( target === 'hipchat' ) { // hipchat notifier = new Notifier . Hipchat ( { "room" : "monitor" , "auth_token" : "__auth
【文件预览】:
log-notifier-master
----.jshintrc(6KB)
----lib()
--------notifier.js(9KB)
----LICENSE(1KB)
----test()
--------index.js(963B)
----README.md(1KB)
----.gitignore(12B)
----index.js(43B)
----package.json(589B)