pub static LOG_LAYER_HANDLE: OnceLock<LogLayerHandle>Expand description
This by default uninitialised unless you call crate::bootstrap() or init_tracing functions.
Used to change log level filter
See in example how it might be used.
pub static LOG_LAYER_HANDLE: OnceLock<LogLayerHandle>This by default uninitialised unless you call crate::bootstrap() or init_tracing functions.
Used to change log level filter
See in example how it might be used.