Sha256: c5c47af3f6ae249460209f6ab02c0c5f74e0da63290d0fe988124971cbec4224
Contents?: true
Size: 702 Bytes
Versions: 43
Compression:
Stored size: 702 Bytes
Contents
# debug-log [](https://travis-ci.org/sindresorhus/debug-log) > Node.js 0.12 [`util.debuglog()`](http://nodejs.org/api/util.html#util_util_debuglog_section) [ponyfill](https://ponyfill.com) ## Install ``` $ npm install --save debug-log ``` ## Usage ```js // example.js var debugLog = require('debug-log')('foo'); debugLog('unicorns & rainbows'); ``` ``` $ node example.js ``` ``` $ NODE_DEBUG=foo node example.js FOO 3245: unicorns & rainbows ``` ## API See the [`util.debuglog()` docs](http://nodejs.org/api/util.html#util_util_debuglog_section). ## License MIT © [Sindre Sorhus](http://sindresorhus.com)
Version data entries
43 entries across 43 versions & 1 rubygems