JSPM

noop-logger

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 747796
  • Score
    100M100P100Q178945F
  • License MIT

A logger that does exactly nothing.

Package Exports

  • noop-logger

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (noop-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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