1.0.6 • Published 2 years ago

@tymianekpl/logginglib v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

LoggingLib

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