Skip to content

Very simple logging utility for Node.js that make slight changes to the output to make it more readable before printing it to the console.

Notifications You must be signed in to change notification settings

czy88840616/logc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logc(Logger Colorful)

Very simple logging utility for Node.js that make slight changes to the output to make it more readable before printing it to the console.

Example

    var logger = require('logger');
 
    logger.debug("This is an debug message");
    logger.info("This is an info message");
    logger.warn("This should not happen but we can recover from it and continue");
    logger.error("This is something that should not happen and we cannot continue");

snip20150601_8

About

Very simple logging utility for Node.js that make slight changes to the output to make it more readable before printing it to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages