StructLog-Telemetry
Structlog-Telemetry is a very simple custom Python structured logger library.
Installation
python3 -m pip install structlog-telemetry
Usage
from structlog_telemetry.structlog_telemetry import StructLogTelemetry
APP_NAME = "APP_X"
APP_VERSION = "v0.0.1"
logger = StructLogTelemetry(APP_NAME, APP_VERSION)
logger.info("hello world")
logger.warning("Hello world")
logger.error("hello world")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Release files for structlog-telemetry 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| structlog_telemetry-2.0.0.tar.gz | 85.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| structlog_telemetry-2.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 89.7 kB
Release files / structlog_telemetry-2.0.0.tar.gz
| Download URL | structlog_telemetry-2.0.0.tar.gz |
|---|---|
| Size | 85.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2bd9bf46731559c4d8604dd57713df6b2922cc75442f3e8ac70b06f329773d7
|
|
BLAKE2b-256 checksum How to use checksums |
4ca3c27344c1f8bf04c08d123687b5f17106504407df37ab5f2df65320bb98da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.7
|
Release files / structlog_telemetry-2.0.0-py3-none-any.whl
| Download URL | structlog_telemetry-2.0.0-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d67a3c0b39d2c1b873117a9056be9c9adf8960ae89490a0fc9cd4fe0c7459906
|
|
BLAKE2b-256 checksum How to use checksums |
deab118402ed90d2e02286e3a4ff06a382bd6c5608fd5ee3c742368107d91803
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.7
|