Home
last modified time | relevance | path

Searched refs:ErrorCounter (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/tracing/tracing-appender/src/
Dnon_blocking.rs127 error_counter: ErrorCounter,
139 pub struct ErrorCounter(Arc<AtomicUsize>); struct
169 error_counter: ErrorCounter(Arc::new(AtomicUsize::new(0))), in create()
178 pub fn error_counter(&self) -> ErrorCounter { in error_counter() argument
293 impl ErrorCounter { impl
/third_party/rust/crates/tracing/tracing-appender/
DCHANGELOG.md50 - Changed `NonBlocking::error_counter` to return an `ErrorCounter` type, rather