pub fn event_from_event<'context, S>(
event: &Event<'_>,
ctx: impl Into<Option<Context<'context, S>>>,
) -> Event<'static>where
S: Subscriber + for<'a> LookupSpan<'a>,Expand description
Creates an Event (possibly carrying an exception) from a given tracing_core::Event