@countbot/loggage

1.6.0 • Public • Published

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

/@countbot/loggage/

    Package Sidebar

    Install

    npm i @countbot/loggage

    Weekly Downloads

    15

    Version

    1.6.0

    License

    MIT

    Unpacked Size

    32.8 kB

    Total Files

    43

    Last publish

    Collaborators

    • fyrlex