Popularity
9.3
Stable
Activity
8.7
Growing
17,956
138
664

Description

Did you ever feel lazy about configuring a logger and used print() instead?... I did, yet logging is fundamental to every application and eases the process of debugging. Using Loguru you have no excuse not to use logging from the start, this is as simple as from loguru import logger.

Also, this library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers. Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.

Programming language: Python
License: MIT License
Tags: Logging     Error Handler     System     Error Handling    
Latest version: v0.6.0

Loguru alternatives and similar packages

Based on the "Logging" category.
Alternatively, view Loguru alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Loguru or a related project?

Add another 'Logging' Package