Simple Logger Module Description This logs the timestamp of any given item, sent to the console, as an extension of standard console.log() Usage var logMe = require("my-simple-logger"); logMe.log("Test") Result: Test - 19:20