Trait delog::TryLogWithStatistics[][src]

pub trait TryLogWithStatistics: TryLog + State<usize> {
    fn statistics(&self) -> Statistics { ... }
}

TryLog with some usage statistics on top.

Provided methods

fn statistics(&self) -> Statistics[src]

Read out statistics on logger usage.

Loading content...

Implementors

Loading content...