Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
/ simply-logger Public archive

Based on the pinojs library, it extends some features to make it easier to use

License

Notifications You must be signed in to change notification settings

physio/simply-logger

Repository files navigation

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.

About

Based on the pinojs library, it extends some features to make it easier to use

Resources

License

Stars

Watchers

Forks

Packages

No packages published