Hacker News new | ask | show | jobs
by pnt12 1451 days ago
I think it may even have more global state than standard logging.

This is the standard approach to produce a log:

```from loguru import logger logger.info("hello world") ```

But betteid avise you to research more, because the library is nice to use and is well documented.

1 comments

Thanks, I'll have a look then!