A simple logging library for Node.js. This package is used with CountBot and open sourced for public use.
Install loggage by entering npm i @countbot/loggage
into your CLI.
const loggage = new Loggage({ name: 'My Project', verbosity: Verbosity.INFO, logToFile: false });
loggage.warning('This is a warning message');