Expand description
Rust tracing and Python logging setup and utilities.
Structs§
- PyTracing
Handler - Modifies the Python
loggingmodule to deliver its log messages using tracing::Subscriber events.
Functions§
- py_
tracing_ event - Consumes a Python
logging.LogRecordand emits a Rust tracing::Event instead.