Go to file
Philipp Kunz c87172ff1f 0.0.7
2015-11-22 07:59:42 +01:00
ts added getStatus function 2015-11-22 07:59:34 +01:00
.gitignore initial 2015-11-15 20:35:13 +01:00
.travis.yml update travis 2015-11-16 20:26:06 +01:00
index.js added getStatus function 2015-11-22 07:59:34 +01:00
LICENSE Initial commit 2015-11-15 19:06:18 +01:00
package.json 0.0.7 2015-11-22 07:59:42 +01:00
README.md added dependency badge 2015-11-17 02:39:39 +01:00
test.js added getStatus function 2015-11-22 07:59:34 +01:00

smartdebug

debug your JavaScript the smart way

Buildstatus/Dependencies

Build Status Dependency Status devDependency Status

Usage

This plugin is thought for easy debug logging.

var smartDebug = require("smartdebug");

smartDebug.log("This message is not shown");
smartDebug.activate(true);
smartDebug.log("This debug message is shown");

The above code produces debug messages like this: debugmessage.png