Skip to content

antoinefamibelle/nationalogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

This is a logger for javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published