Searched defs:PeriodicLogger (Results 1 – 1 of 1) sorted by relevance
13 pub struct PeriodicLogger; struct15 impl PeriodicLogger { implementation16 pub fn new(_event: MetricEventType, _period: Duration) -> Result<PeriodicLogger, String> { in new()