2.0.0 • Published 9 months ago

bare-debug-log v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

bare-debug-log

Simple debug log for JavaScript.

npm i bare-debug-log

Usage

const log = require('bare-debug-log')('foo')

log('hello from foo [%d]', 123)
$ BARE_DEBUG=foo bare index.js
FOO 3245: hello from foo [123]

License

Apache-2.0

2.0.0

9 months ago

1.0.0

1 year ago