Skip to content

Null Logger transport for winston, it basically swallow all your log so nothing is logged, good for test environment.

Notifications You must be signed in to change notification settings

rbudiharso/winston-null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winston-null

Null Logger transport for winston, it basically swallow all your logs so nothing is logged, good for test environment.

Usage

var winston = require('winston');
var NullTransport = require('winston-null');
winston.add(NullTransport);

// after this all of your log will be lost

Development

git clone https://github.com/rbudiharso/winston-null.git
cd winston-null
npm install
npm test

About

Null Logger transport for winston, it basically swallow all your log so nothing is logged, good for test environment.

Resources

Stars

Watchers

Forks

Packages

No packages published