DebugConsole

Use o "debug" via console.*

MIT License

Downloads
11
Stars
1

DebugConsole

Use o "debug" via console.*

Usage

  • Set DEBUG=console:* or DEBUG=console:KEY
require('debug-console-js')
console.log("Hi!") //DEBUG=console:log
console.error("ERROR!") //DEBUG=console:error

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install debug-console-js --save

Dependencies

  • debug: small debugging utility

License

MIT