spatialdev/winston-rollbar

Name: winston-rollbar

Owner: SpatialDev

Description: A rollbar transport for winston

Forked from: StephenDavidson/winston-rollbar

Created: 2015-07-21 17:12:33.0

Updated: 2015-07-21 17:12:34.0

Pushed: 2015-05-18 12:38:10.0

Homepage: null

Size: 87

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

winston-rollbar Build Status

A rollbar transport for winston.

Installation
npm install winston
npm install winston-rollbar
Usage
r winston = require('winston');


 Requiring `winston-rollbar` will expose
 `winston.transports.Rollbar`

quire('winston-rollbar').Rollbar;

nston.add(winston.transports.Rollbar, options);

The Rollbar transport uses node-rollbar behind the scenes. Options are the following:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.