Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-mock/src/
Devent.rs62 pub fn with_target<I>(self, target: I) -> Self in with_target() method
Dspan.rs56 pub fn with_target<I>(self, target: I) -> Self in with_target() method
/third_party/rust/crates/tracing/tracing-subscriber/src/filter/
Dtargets.rs218 pub fn with_target(mut self, target: impl Into<String>, level: impl Into<LevelFilter>) -> Self { in with_target() method
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs647 pub fn with_target( in with_target() function
Dfmt_layer.rs431 pub fn with_target(self, display_target: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_target() function
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/
Dmod.rs735 pub fn with_target(self, display_target: bool) -> Format<F, T> { in with_target() method