Skip to content

greglearns/winston-stderr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winston-stderr

Build Status

Works the same as Winston.transports.Console, but logs everything to stderr.

Installation

npm install -S winston-stderr

Usage

var winston = require('winston')
var winstonStderr = require('winston-stderr')

winston.add(winstonStderr)
winston.log('this will appear on stderr')

License

MIT

About

Use Winston to log everything to stderr

Resources

License

Stars

Watchers

Forks

Packages

No packages published