Function aws_smithy_http_server_python::py_tracing_event
source ยท pub fn py_tracing_event(
level: u8,
message: &str,
module: &str,
filename: &str,
lineno: usize,
pid: usize,
) -> PyResult<()>
Expand description
Consumes a Python logging.LogRecord
and emits a Rust [tracing::Event] instead.