mrz-log

0.0.1 • Public • Published

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");//默认不处理
 
 

/mrz-log/

    Package Sidebar

    Install

    npm i mrz-log

    Weekly Downloads

    1

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • mrz