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
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