@rxpm/logger
v2.0.2
Published
Simple logger library for NodeJs based applications
Downloads
5
Readme
Simple NodeJs Logger
Installation
$ npm install @rxpm/logger
Usage
Create new logger instance
const myLogger = new Logger("MyLogger", { enable: true });
Use different loglevel methods
myLogger.info("App", "First info log");