Guru log

broken image
broken image

Ready to use out of the box without boilerplate Using logs in your application should be an automatism, Loguru tries to make it both pleasant and powerful.

broken image

Using Loguru you have no excuse not to use logging from the start, this is as simple as from loguru import logger.Īlso, this library is intended to make Python logging less painful by adding a bunch of useful functionalities that solve caveats of the standard loggers. Loguru is a library which aims to bring enjoyable logging in Python.ĭid 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.

broken image