Expand description
Rust tracing
and Python logging
setup and utilities.
Structs§
- PyTracing
Handler - 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.