colors-logger
Log your information and errors colorfully
Installation
Run npm install colors-logger --save
Note: Currently this is used in nodejs only.
Example usage
const Logger = require("colors-logger");
const logger = new Logger();
logger.log("You message here", "log", ["INFO"]);