Custom wrapper for enhanced structured logging.
Project description
Unclogger
Simple Python library for customizable structured logging.
Quick Intro
from unclogger import get_logger
logger = get_logger("test logger")
logger.info("test test", foo="abc", bar=123)
Output:
{
"foo": "abc",
"bar": 123,
"event": "test test",
"logger": "test logger",
"level": "info",
"timestamp": "2021-02-12T22:40:07.600385Z"
}
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 unclogger-0.2.0-py3-none-any.whl.
File metadata
- Download URL: unclogger-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
282dc69aa3b973e894c00b555f53394487d122e8008eeec8452f65304cb7677d
|
|
| MD5 |
062c8b258073029f270f595c12862dcd
|
|
| BLAKE2b-256 |
0cbd3f5d1b59e8d42ab0efca14c53cf5b853a04899c1707bcc42b3806d3b2122
|