pub fn log_from_event<'context, S>(
event: &Event<'_>,
ctx: impl Into<Option<&'context Context<'context, S>>>,
) -> Logwhere
S: Subscriber + for<'a> LookupSpan<'a>,Expand description
Creates a Log from a given tracing_core::Event
pub fn log_from_event<'context, S>(
event: &Event<'_>,
ctx: impl Into<Option<&'context Context<'context, S>>>,
) -> Logwhere
S: Subscriber + for<'a> LookupSpan<'a>,Creates a Log from a given tracing_core::Event