A Node.ACS transport for winston.
var winston = require('winston');
var winstonAcs = require('winston-acs').Acs;
winston.add(winstonAcs, options);
The Node.ACS transport accepts the following options:
- level: Level of messages that this transport should log (defaults to
info
).
$ curl http://npmjs.org/install.sh | sh
$ npm install winston
$ npm install winston-acs