Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLogger

A singleton logger that will be used globally by the project

Notes

  • This logger runs in python3.
  • You can change the format of log messages to your desired one.

Sample usage

from logger import get_logger
log = get_logger()
log.info("hello navi")
log.debug("its some debug msg")

Alt text

About

A singleton logger that will be used globally by the project

Resources

Stars

67 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages