ts | ||
.gitignore | ||
.travis.yml | ||
index.js | ||
LICENSE | ||
package.json | ||
README.md | ||
test.js |
smartdebug
debug your JavaScript the smart way
Buildstatus/Dependencies
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");