Skip to content

Small logging library used in many Luyx Development projects

License

Notifications You must be signed in to change notification settings

Count-Bot/loggage

Repository files navigation

Loggage

A simple logging library for Node.js. This package is used with CountBot and open sourced for public use.

Install

Install loggage by entering npm i @countbot/loggage into your CLI.

Usage

const loggage = new Loggage({ name: 'My Project', verbosity: Verbosity.INFO, logToFile: false });

loggage.warning('This is a warning message');

Output

image

About

Small logging library used in many Luyx Development projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published