0.2.0 • Published 11 years ago

winston-logio-zzs v0.2.0

Weekly downloads
4
License
-
Repository
github
Last release
11 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.