Skip to content

It's my custom logger. Loguru is great, I just made few changes, done through inheritance, to simplify for my use case, still returns the Loguru logger so everything is compatible.

Notifications You must be signed in to change notification settings

Kalindro/kalindro-custom-loguru-logger

Repository files navigation

kalindro-custom-loguru-logger

Hi, it's my custom logger. Loguru is great, I just made few changes, done through inheritance, to simplify for my use case, still returns the Loguru logger so everything is compatible.

Install using Pip:

pip install "git+https://github.com/Kalindro/kalindro-custom-loguru-logger.git"

Install using Poetry:

poetry add "git+https://github.com/Kalindro/kalindro-custom-loguru-logger.git"

After installing just use as:

from kalindro_custom_loguru_logger import default_logger as logger

About

It's my custom logger. Loguru is great, I just made few changes, done through inheritance, to simplify for my use case, still returns the Loguru logger so everything is compatible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages