Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 495 Bytes

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