Open jkanschik opened 12 years ago
Some available frameworks: ain: looks good Caterpillar: ? cfdump: No. flume.rpc: No. hexy: No. inspect: Dead jog: ok. log4js-node: YES. logly: No. Node-log: No. tracer: Yes. winston: maybe
Implemented for log4js-node.
Documentation missing At least one other framework should be implemented as well.
.log() should adapt to different frameworks.
It should also support logging levels (error, warning etc.) by creating corresponding processors: .error(...) .warn(...) .info(...) .debug(...)
.log(...) would be a synonym for .info(...) per default .log(...) excepts options for more detailed logging information, in particular the logging level or format.