@rxpm/logger
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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");

Package Sidebar

Install

npm i @rxpm/logger

Weekly Downloads

1

Version

2.0.2

License

ISC

Unpacked Size

23.6 kB

Total Files

18

Last publish

Collaborators

  • rxpm