Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

noop-logger

segmentio1.5mMIT0.1.1

A logger that does exactly nothing.

readme

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

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: