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 Distribution
unclogger-0.2.2.tar.gz
(85.0 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 unclogger-0.2.2.tar.gz.
File metadata
- Download URL: unclogger-0.2.2.tar.gz
- Upload date:
- Size: 85.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c440b45ede5061b837e1eb4b707130f9073a6d03051cfade1050e6a1a500bda1
|
|
| MD5 |
4b7c16de8f905e6e00084505e19d5558
|
|
| BLAKE2b-256 |
549c9e131e1c303e1d9f08c50d01bc6d5239bd3e795d838772a751f2580ae270
|
File details
Details for the file unclogger-0.2.2-py3-none-any.whl.
File metadata
- Download URL: unclogger-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.20 {"installer":{"name":"uv","version":"0.11.20","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e6d5484a2845d837aaa1c473678082182e6d6cad436605f22fbd8b1a04c08bb
|
|
| MD5 |
1d424f7f7db3be17e9502243f8084646
|
|
| BLAKE2b-256 |
714862a525a57c5d8aee61bd5d57121570e50a15961f257c03cd664086e6f82d
|