Using Debug library with Node.js
More information: https://www.npmjs.com/package/debug
//Debug this by running: DEBUG=nodeapp node debug.js var debug = require('debug')('nodeapp'); debug("String to be printed when debugging");