Deprecated
This package is no longer relevant as Node.js 0.12 is unmaintained.
Node.js 0.12
util.debuglog()
ponyfill
Install
$ npm install --save debug-log
Usage
// example.jsvar debugLog = 'foo'; ;
$ node example.js
$ NODE_DEBUG=foo node example.js
FOO 3245: unicorns & rainbows
API
See the util.debuglog()
docs.
License
MIT © Sindre Sorhus