1.1.2 • Published 3 years ago

nationalogger v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

This is a javascript logger.

When there is an error it will write it into a file into a log folder.

Installation

npm install nationalogger --save

How it's working ?

To log an information just do like so :

logger.info('message')

To log an error just do like so :

logger.error('message')

To log an alert just do like so :

logger.alert('message')

To log a warning just do like so :

logger.warning('message')

There is a little easter egg for the real guys !

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago