Skip to content

ilindrey/loguring

Repository files navigation

Loguring

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

Installation

pip install git+ssh://git@github.com/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