Function aws_smithy_http_server_python::logging::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.