Select Git revision
-
Sigmund, Dominik authoredSigmund, Dominik authored
all-options.js 236 B
const log = require('../index.js')({
name: 'Sample-Application',
hostname: 'test-server'
})
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')