0.0.1 • Published 8 years ago

mrz-log v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

mrz-log

nodejs日志项目,支持按天划分日志,支持'debug','info','error',三种日志

##依赖

##使用方法

'use strict';
const Log = require('../log.js')();
//const Log = require('../log.js')({path:'logs',debug:true});
Log.write('error','test error',new Error("error test"));
Log.write('info','test info',"info message");
Log.write('debug','test debug',"debug test");//默认不处理