Skip to content

ilindrey/loguring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loguring

This is the loguru wrapper for redirecting logging library's logs to loguru.

Installation

pip install git+ssh://[email protected]/ilindrey/loguring.git

Usage

Simply import loguring and start using it in the same way as loguru:

from loguring import logger

logger.debug("That's it, beautiful and simple logging!")

To disable the pre-configured sink, set the LOGURING_AUTOINIT variable to False.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages