[][src]Function tracing_facade::is_enabled

pub fn is_enabled() -> bool

Determines whether a Tracer has been installed, and if it is currently enabled.

If a Tracer has been installed, returns the result of Tracer::is_enabled. Otherwise, returns false.