A Log.io transport for winston.
var winston = require('winston');
//
// Requiring `winston-logio` will expose
// `winston.transports.Logio`
//
require('winston-logio');
winston.add(winston.transports.Logio, {
port: 28777,
node_name: 'my node name',
host: '127.0.0.1'
});
npm test
Author: Jaakko Suutarla
See LICENSE for the full license text.