TymianekPL / LoggingLib-js

Logging library for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Logging library for nodejs

License:MIT License


Languages

Language:JavaScript 100.0%