Skip to content

TymianekPL/LoggingLib-js

Repository files navigation

npm:

npm install @tymianekpl/logginglib --save

yarn:

yarn add @tymianekpl/logginglib

This is a library created to help with logging.

Sample code

import LoggingLib from "@tymianekpl/LoggingLib"

const logger = new LoggingLib({
     category: "Main",
});
logger.info("Hello world!");

Output:
Logging sample

Releases

No releases published

Packages

No packages published