Home
last modified time | relevance | path

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

/aosp_15_r20/system/logging/rust/
H A Dlogger.rs47 pub fn with_max_level(mut self, level: log::LevelFilter) -> Self { in with_max_level() method
/aosp_15_r20/external/rust/android-crates-io/crates/android_logger/src/
Dlib.rs312 pub fn with_max_level(mut self, level: LevelFilter) -> Self { in with_max_level() method
/aosp_15_r20/external/rust/android-crates-io/crates/log/src/
Dandroid_logger.rs312 pub fn with_max_level(mut self, level: LevelFilter) -> Self { in with_max_level() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs983 pub fn with_max_level( in with_max_level() method
Dwriter.rs276 fn with_max_level(self, level: tracing_core::Level) -> WithMaxLevel<Self> in with_max_level() method