|
7 年之前 | |
---|---|---|
.. | ||
lib | 7 年之前 | |
test | 7 年之前 | |
.npmignore | 7 年之前 | |
History.md | 7 年之前 | |
Makefile | 7 年之前 | |
Readme.md | 7 年之前 | |
circle.yml | 7 年之前 | |
package.json | 7 年之前 |
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