Emmanuil 67a2fbe5b9 done | il y a 4 ans | |
---|---|---|
.. | ||
lib | il y a 4 ans | |
test | il y a 4 ans | |
.npmignore | il y a 4 ans | |
History.md | il y a 4 ans | |
Makefile | il y a 4 ans | |
Readme.md | il y a 4 ans | |
circle.yml | il y a 4 ans | |
package.json | il y a 4 ans |
A logger that does exactly nothing, useful when you want to test modules that require a logger to be passed in.
$ npm install noop-logger
Exposes the following noops:
logger.debug
logger.info
logger.warn
logger.error
logger.critical
logger.alert
logger.emergency
logger.notice
logger.fatal
MIT