Skip to content

AttilaSATAN/Logy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logy

Simple solution for console logging management tool with file names and line numbers.

It's a simple console wrapper.

You need to initiate Logy with .

var logy = new Logy();

For now it has only have one method

logy.log('Hello Logy');

If process.env.NODE_ENV === 'production', logy is silent. You can manually override this with logging option.

var logy = new Logy({
    logging: true
    });

logy.log('Hello Logy');

Hello Logy!
    at Context.<anonymous> (/home/lupus/projects/logy/test/logy.test.js:8:13)

About

Simple solution for console logging management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published