Function set_as_global_default

Source
pub fn set_as_global_default()
Expand description

Set the global default recorder with tracing::subscriber::set_global_default. Panics if the WasmLayer cannot be constructed.

Panics if a global default is already set.