Skip to content

A singleton logger that will be used globally by the project

License

Notifications You must be signed in to change notification settings

stoic1979/PyLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages