mz_ore::tracingFunction crate_level
Source pub fn crate_level(filter: &EnvFilter, crate_name: &'static str) -> Level
Available on crate feature tracing_
only.
Expand description
Returns the Level
of a crate from an EnvFilter
by performing an
exact match between crate
and the original EnvFilter
directive.