Emmanuil 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
..
lib 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
test 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
.npmignore 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
History.md 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
Makefile 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
Readme.md 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
circle.yml 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos
package.json 67a2fbe5b9 done %!s(int64=4) %!d(string=hai) anos

Readme.md

Build Status

noop-logger

A logger that does exactly nothing, useful when you want to test modules that require a logger to be passed in.

Installation

$ npm install noop-logger

API

Exposes the following noops:

  • logger.debug
  • logger.info
  • logger.warn
  • logger.error
  • logger.critical
  • logger.alert
  • logger.emergency
  • logger.notice
  • logger.fatal

License

MIT