EZ-PZ logging based on loguru
Project description
Lager :beer:
Install: pip install lager
Logging library based off of loguru (pip install loguru
).
Why not just use loguru?
- Lager is a better pun
- Lager is really a utility pack for loguru
BTW: Loguru is an amazing lib. Check it out: https://github.com/Delgan/loguru
Usage:
from lager import LOG, lager, LAGER, log, logger # All the same object
LOG.info("info")
2022-07-21 08:38:20.263 | INFO | __main__:<cell line: 3>:3 - info
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lager-0.18.2.tar.gz
(8.6 kB
view hashes)
Built Distribution
lager-0.18.2-py3-none-any.whl
(11.1 kB
view hashes)