Trait TryLogWithStatistics

Source
pub trait TryLogWithStatistics: TryLog + State<usize> {
    // Provided method
    fn statistics(&self) -> Statistics { ... }
}
Expand description

TryLog with some usage statistics on top.

Provided Methods§

Source

fn statistics(&self) -> Statistics

Read out statistics on logger usage.

Implementors§