exception-logger

0.1.1 • Public • Published

Exception Logger

Interface your logs with Loggly using this logging module.

Install

npm install exception-logger --save
npm install linchpin --save

Usage

index.js

var loggr = require('exception-logger');
loggr({ token: 'YOUR-Loggly-Token'});

Any module that wants to report to the logger justs requires linchpin and emits events.

anymodule.js

var pin = require('linchpin');

app.do(function(err, value) {
  if (err) { return pin.emit('ERROR', err); }
});

Test

npm test

Issues

see Github Issues.

Readme

Keywords

none

Package Sidebar

Install

npm i exception-logger

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • twilson63