@ucc/logger
v2.1.1
Published
Log system moved to the separate module
Downloads
1
Readme
Logger
Log system moved to the separate module
Usage
const config = require('../config');
const Log = require('@bonaverde/logger');
const log = Log(module, config);
log.warn('Ufff that is spooky!');