loguru==0.7.3
# Python logging made (stupidly) simple
$ pip install loguru
downloads/wk
18,503,587
license
version
0.7.3
python
<4.0,>=3.5
What is loguru?
Loguru is a Python logging library that simplifies writing log messages to files, console, or other destinations with less boilerplate than the standard logging module. Developers use it to quickly add structured logging to applications with features like automatic file rotation, colored output, and formatted messages without extensive configuration.
Keywords
#loguru #logging #logger #log