Skip to content

πŸŒˆπŸ“‹ My clean logger I use in all of my projects.

License

Notifications You must be signed in to change notification settings

imposd/dvhe-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

logger

My personal logger that I created for logging console messages with colors.

Installation

$ npm install dvhe-logger

How to use?

const logger = require("dvhe-logger");

logger.log("this is a test message");

logger.error("oh no! an error message"); 

Usages

  • logger.log(msg);
  • logger.error(msg);
  • logger.debug(msg);
  • logger.warn(msg);

LICENSE

Published under the MIT LICENSE.

About

πŸŒˆπŸ“‹ My clean logger I use in all of my projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages