0.0.5 • Published 6 years ago
@bucuo/json-logger v0.0.5
Logger
Simple JSON logger.
Install
npm install @bucuo/json-loggerUsage
const { logger } = require("@bucuo/json-logger");
logger.$level(msg, err, det);Args are classified by types. You can pass in args in any order.
Arg Types
- msg:
string - err:
ErrororObjectwith string fieldsname,messageandstack - det: plain
Object
Default Levels
- 60:
fatal - 50:
error - 40:
warn - 30:
info - 20:
debug - 10:
verbose
Default Options
see Default Options
Env Options
LOG_PRINT_LEVEL: numberLOG_PRINT_PRETTY: booleanLOG_ENABLE_TS: booleanLOG_ENABLE_TSS: boolean
Advanced
If you are not satisfied with the default logger and env options, you could build logger with pre-defined or customized bricks.
See
License
MIT
0.0.5
6 years ago