0.4.0 • Published 3 years ago

colors-logger v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"]);

Useful links

0.4.0

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.1

3 years ago

0.1.0

3 years ago

0.1.1

10 years ago