1.0.1 • Published 5 years ago
cb-log v1.0.1
cb-log
A very easy console.log()
Instalation
npm i cb-log
Import
var cb_log = require("cb-log");
Usage
cb_log.log();
Displays plain text, like a console.log().
cb_log.logln();
Like cb_log.log()
, but starts with \n
cb_log.logSuccess():
Displays a lightgreen text
cb_log.logDanger();
Displays a lightred text
cb_log.logInfo();