A logger with rich formatting
Project description
Pritty logger
A simple logger that logs to console using the rich library and to file in /var/log. Created to simplify setting up logging in containerized development and deployment.
Installation
pip install pritty_logger
Usage
from pritty_logger import RichLogger
logger = RichLogger("example")
logger.log("This is an info message")
logger.log({"key": "value"}, level="debug")
Supports levels "debug", "info", "warning", "error", "critical". Defaults to "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
pritty_logger-0.1.2.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pritty_logger-0.1.2.tar.gz.
File metadata
- Download URL: pritty_logger-0.1.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae3601299dd22aff4786fa0fa2f02f3bb59a6d646aa6f968a6f54a952d45b9b4
|
|
| MD5 |
742bb5c05d0f1048b2c64aabea0523bc
|
|
| BLAKE2b-256 |
2cfcacbf6299b84977efe693e6aaf8b76486e00ecd544156fdaf3e36c4f808e3
|
File details
Details for the file pritty_logger-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pritty_logger-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8c51acacb39daadfb9631f152f5512a35e1503c317b7d36ae4ddf78842cd2ec
|
|
| MD5 |
a2a9ffc359fcf3144fef87bb76c91e2c
|
|
| BLAKE2b-256 |
2b63def81a814e6645aacb73bc83b32624f79563bd965aa50feb617ee024198f
|