tracing_core::dispatcher
pub fn with_default<T>(dispatcher: &Dispatch, f: impl FnOnce() -> T) -> T
Sets this dispatch as the default for the duration of a closure.
The default dispatcher is used when creating a new span or Event.
Event