1.0.1 • Published 5 months ago
bare-logger v1.0.1
bare-logger
Low-level logger for Bare with system log integration.
Usage
const Log = require('bare-logger')
const log = new Log()
log.info('Hello %s', 'world!')
License
Apache-2.0
Low-level logger for Bare with system log integration.
const Log = require('bare-logger')
const log = new Log()
log.info('Hello %s', 'world!')
Apache-2.0