Function mz_ore::tracing::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.