pub trait TryLogWithStatistics: TryLog + State<usize> {
// Provided method
fn statistics(&self) -> Statistics { ... }
}Expand description
TryLog with some usage statistics on top.
Provided Methods§
Sourcefn statistics(&self) -> Statistics
fn statistics(&self) -> Statistics
Read out statistics on logger usage.