Static mz_ore::tracing::GLOBAL_SUBSCRIBER
source ยท pub static GLOBAL_SUBSCRIBER: OnceLock<Arc<dyn Subscriber + Send + Sync + 'static>>
Available on crate feature
tracing_
only.Expand description
An Arc
of the tracing Subscriber
constructed and initialized in
configure
. The value is written when configure
runs.