npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bare-debug-log

2.0.0

@kasperisager

npmHomeRepoSnykSocket
Downloads:10902
$ npm install bare-debug-log
DailyWeeklyMonthlyYearly

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