log-out
v0.1.4
Published
Log-out is a simple console.log/warn/error/debug replacement which adds timestamp and color to the output of your application
Downloads
1
Maintainers
Readme
log-out
Log-out is a simple Nodejs logger which adds timestamp and color to the log
var logger = require("log-out");
logger.warn("I'm a warning");
logger.log("I'm a log");
logger.debug("I'm a debugging statement");
logger.error("I'm an error");