Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 525 Bytes

File metadata and controls

30 lines (17 loc) · 525 Bytes

simply-logger

Based on the pinojs library, it extends some features to make it easier to use. Thanks to Pinojs developers.

Installation

To install:

$ npm install "mauro.gallo/simply-logger"

Getting Started

import { Logger } from "easy-logger";
logger = new Logger('MyApp');


...
logger.printError('this is an error');
logger.printInfo('this is a info);


const 

License

Easy-logger package is all MIT licensed and all it's dependencies are MIT licensed.