2.0.5 ā€¢ Published 5 months ago

betterslogs v2.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

npm version

šŸš€ BettersLogs šŸš€

šŸ† Create beautiful logs, quickly and efficiently, with no headaches. šŸŽÆ

āœØ Prerequisites āœØ

This project requires NodeJS (version 8 or later), NPM, and colors. Node and NPM are really easy to install. To make sure you have them available on your machine, ā†Ŗ try running the following command.

$ npm -v && node -v
6.4.1
v8.16.0

šŸ“• How to use šŸ“•

  1. āš™ Install:
npm install betterslogs
  1. šŸ’¢ Then, require it
const loggers = require("betterslogs");
  1. šŸ‘‘ Now, you can just use it:
loggers.warn("text");
loggers.init("text");
loggers.info("text");
loggers.error("text");
loggers.criticall("text");
loggers.down("text");
loggers.cmd("text");
loggers.clean(); // makes a gap in the logs
loggers.clear(); // clear the console

//or test whit 
loggers.test("text");

šŸ”— See the result: šŸ”—

-> https://imgur.com/qNyNH5g āš”

2.0.5

5 months ago

2.0.4

5 months ago

2.0.3

5 months ago