Crate pyo3_python_tracing_subscriber

Source

Structs§

PythonCallbackLayerBridge
PythonCallbackLayerBridge is an adapter allowing the tracing_subscriber::layer::Layer trait to be implemented by a Python object. Each trait method’s arguments are serialized as JSON strings and passed to the corresponding method on the Python object if it exists.