Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/filter/
Dtargets.rs219 pub fn with_target(mut self, target: impl Into<String>, level: impl Into<LevelFilter>) -> Self { in with_target() method
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/
Dmod.rs661 pub fn with_target( in with_target() function
Dfmt_layer.rs467 pub fn with_target(self, display_target: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_target() function
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dmod.rs749 pub fn with_target(self, display_target: bool) -> Format<F, T> { in with_target() method