[][src]Trait delog::TryLogWithStatistics

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

TryLog with some usage statistics on top.

Provided methods

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

Read out statistics on logger usage.

Loading content...

Implementors

impl TryLogWithStatistics for Delogger[src]

Loading content...