Home
last modified time | relevance | path

Searched defs:with_max_level (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/tracing/tracing-log/src/
Dlog_tracer.rs221 pub fn with_max_level(self, filter: impl Into<log::LevelFilter>) -> Self { in with_max_level() method
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dwriter.rs277 fn with_max_level(self, level: tracing_core::Level) -> WithMaxLevel<Self> in with_max_level() method
Dmod.rs969 pub fn with_max_level( in with_max_level() method