Module logging

Source
Expand description

Rust tracing and Python logging setup and utilities.

Structs§

PyTracingHandler
Modifies the Python logging module to deliver its log messages using [tracing::Subscriber] events.

Functions§

py_tracing_event
Consumes a Python logging.LogRecord and emits a Rust [tracing::Event] instead.