2.1.1 • Published 6 years ago
@ucc/logger v2.1.1
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!');
Log system moved to the separate module
const config = require('../config');
const Log = require('@bonaverde/logger');
const log = Log(module, config);
log.warn('Ufff that is spooky!');