bare-system-logger
v1.0.6
Published
System logger for Bare
Readme
bare-system-logger
System logger for Bare.
Usage
const SystemLog = require('bare-system-logger')
const log = new SystemLog()
log.info('Hello %s', 'world!')API
See the bare-system-logger reference.
Threat model
bare-system-logger is one of the addons Bare compiles into its binary, so it inherits Bare's threat model. See docs/threat-model.md for where this addon sits in it.
License
Apache-2.0
