Skip to main content

Custom wrapper for enhanced structured logging.

Project description

Unclogger

Simple Python library for customizable structured logging.

Documentation Status

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


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

If you're not sure about the file name format, learn more about wheel file names.

unclogger-0.2.0-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

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

Hashes for unclogger-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 282dc69aa3b973e894c00b555f53394487d122e8008eeec8452f65304cb7677d
MD5 062c8b258073029f270f595c12862dcd
BLAKE2b-256 0cbd3f5d1b59e8d42ab0efca14c53cf5b853a04899c1707bcc42b3806d3b2122

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page