Home
last modified time | relevance | path

Searched defs:with_level (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/kernlog/src/
Dlib.rs97 pub fn with_level(filter: LevelFilter) -> io::Result<KernelLog> { in with_level() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs700 pub fn with_level( in with_level() function
Dfmt_layer.rs499 pub fn with_level(self, display_level: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_level() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dmod.rs757 pub fn with_level(self, display_level: bool) -> Format<F, T> { in with_level() method