Emmanuil 67a2fbe5b9 done | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
lib | %!s(int64=4) %!d(string=hai) anos | |
test | %!s(int64=4) %!d(string=hai) anos | |
.npmignore | %!s(int64=4) %!d(string=hai) anos | |
History.md | %!s(int64=4) %!d(string=hai) anos | |
Makefile | %!s(int64=4) %!d(string=hai) anos | |
Readme.md | %!s(int64=4) %!d(string=hai) anos | |
circle.yml | %!s(int64=4) %!d(string=hai) anos | |
package.json | %!s(int64=4) %!d(string=hai) anos |
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