noop-logger

A logger that does exactly nothing.

MIT 3 个版本
安装
npm install noop-logger
yarn add noop-logger
pnpm add noop-logger
bun add noop-logger
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

版本列表
0.1.1 2016-02-16
0.1.0 2014-04-05
0.0.1 2014-02-28