Closed petergoes closed 8 years ago
When the loglevel is defined, it is used throughout all the modules. There is no need to pass the loglevel on every instance of logger.
logger
As a bonus, the logs generated by logger.error and logger.warn have a cleaner output via the spread functionality
logger.error
logger.warn
When the loglevel is defined, it is used throughout all the modules. There is no need to pass the loglevel on every instance of
logger
.As a bonus, the logs generated by
logger.error
andlogger.warn
have a cleaner output via the spread functionality96