Searched refs:STATIC_MAX_LEVEL (Results 1 – 5 of 5) sorted by relevance
8 use tracing::level_filters::STATIC_MAX_LEVEL;203 if directive.level > STATIC_MAX_LEVEL { in from_directives()269 ctx_note(&format!("the static max level is `{}`", STATIC_MAX_LEVEL)); in from_directives()271 let (feature, filter) = match STATIC_MAX_LEVEL.into_level() { in from_directives()
35 if lvl <= $crate::STATIC_MAX_LEVEL && lvl <= $crate::max_level() {48 if lvl <= $crate::STATIC_MAX_LEVEL && lvl <= $crate::max_level() {218 lvl <= $crate::STATIC_MAX_LEVEL
1653 pub const STATIC_MAX_LEVEL: LevelFilter = MAX_LEVEL_INNER; constant
66 pub const STATIC_MAX_LEVEL: LevelFilter = MAX_LEVEL; constant
2173 $lvl <= $crate::level_filters::STATIC_MAX_LEVEL2474 if $crate::level_to_log!($lvl) <= $crate::log::STATIC_MAX_LEVEL {2497 if $crate::level_to_log!($lvl) <= $crate::log::STATIC_MAX_LEVEL {