Skip to content

amaclean2/CustomLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my custom logger

I'm still trying to figure out how to write modules. I'll let you know when I get the hang of it

So far I'm only sure it runs in Node

To run it

  const Logger = require('byf-custom-logger');
  
  const logger = new Logger(<appName>);
  
  logger.info('Hi there!');

Logging levels

  • info
  • debug
  • trace
  • warn
  • error
  • fatal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published