Skip to content
Snippets Groups Projects
Select Git revision
  • 67ae9cfa9dbcb478c1ae3024deb3af71c8c659b6
  • main default protected
  • develop
  • 2.3.1
  • 2.3.0
  • 2.2.3
  • 2.2.2
7 results

index.js

Blame
  • 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')