2.0.1 • Published 5 years ago

loggaroo v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Logs info & error messages to the console and their respective files.

Instructions

1) yarn add loggaroo 2) import logger from 'loggaroo'; 3) logger.info('My info level log'); 4) logger.error(new Error('My error level log'));

The info & error level logs will be put into a file called info.log

The error level logs will be put into a file called error.log

2.0.1

5 years ago

1.1.3

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago