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.
constloggage=newLoggage({name: 'My Project',verbosity: Verbosity.INFO,logToFile: false});loggage.warning('This is a warning message');