bunyan-serverchan

0.1.0 • Public • Published

bunyan stream of ServerChan (A push service at http://sc.ftqq.com/)

what

bunyan is a node.js module to handle errors. And it provides a interface for developers to handle the errors.

This module is a wrapper of ServerChan push service, to send the error catght by bunyan.

Usage

var ServerChan = require('bunyan-serverchan');
 
bunyan.createLogger({
    name: 'app',
    streams:[{
        level: 'error',
        stream: new ServerChan({key:MY_SERVER_CHAN_KEY})
    }]
});

History

v0.1.0 2016-01-18

  • First release.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i bunyan-serverchan

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • toobug