0.3.0 • Published 9 years ago

winston-logio v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 years ago

winston-logio

Build Status

A Log.io transport for winston.

Usage

  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'
  });

Inspiration

winston-loggly

Run Tests

  npm test

Author: Jaakko Suutarla

License: MIT

See LICENSE for the full license text.