Detalhes do pacote

noop-logger

segmentio2.3mMIT0.1.1

A logger that does exactly nothing.

readme (leia-me)

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

changelog (log de mudanças)

0.1.1 / 2016-02-16

  • add logger.verbose

0.1.0 / 2014-04-04

  • add ci
  • add critical, alert and emergency
  • docs

0.0.1 - February 27, 2013

:sparkles: