Home
last modified time | relevance | path

Searched defs:with_min_level (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/trusty/user/base/lib/trusty-log/src/
Dlib.rs67 pub fn with_min_level(mut self, level: log::Level) -> Self { in with_min_level() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dwriter.rs318 fn with_min_level(self, level: tracing_core::Level) -> WithMinLevel<Self> in with_min_level() method