Searched refs:log_internal_errors (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | fmt_layer.rs | 75 log_internal_errors: bool, field 125 log_internal_errors: self.log_internal_errors, in event_format() 155 log_internal_errors: self.log_internal_errors, in map_event_format() 188 log_internal_errors: self.log_internal_errors, in with_writer() 272 log_internal_errors: self.log_internal_errors, in with_test_writer() 333 pub fn log_internal_errors(self, log_internal_errors: bool) -> Self { in log_internal_errors() method 335 log_internal_errors, in log_internal_errors() 368 log_internal_errors: self.log_internal_errors, in map_writer() 400 log_internal_errors: self.log_internal_errors, in with_timer() 413 log_internal_errors: self.log_internal_errors, in without_time() [all …]
|
D | mod.rs | 470 .log_internal_errors(true) in default() 650 pub fn log_internal_errors( in log_internal_errors() function 652 log_internal_errors: bool, in log_internal_errors() 655 inner: self.inner.log_internal_errors(log_internal_errors), in log_internal_errors()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/ |
D | CHANGELOG.md | 97 - **fmt**: `FmtLayer::log_internal_errors` and 98 `FmtSubscriber::log_internal_errors` methods for configuring whether internal
|