Select Git revision
no-options.js
-
admin-sigmundd authoredadmin-sigmundd authored
no-options.js 195 B
const Log = require('../index.js')
let log = new Log()
log.info('This is an Information')
log.warn('This is a Warning')
log.error('This is an Error')
log.debug('This is a Debug Message')