Node.js adapter for
log-output
.
This is the default writable stream adapter for log-output
.
Install
$ npm install log-output-node --save
Usage
var logOutput = ;var nodeAdapter= ; logOutput; // If you want to log to `stderr` uncomment the line below// logOutput.adapter(nodeAdapter(process.stderr)); ; // yay
License
MIT © Rafael Rinaldi