1.0.5 • Published 4 years ago

@mauro.gallo/simply-logger v1.0.5

Weekly downloads
159
License
MIT
Repository
github
Last release
4 years ago

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.