Searched defs:PeriodicLogger (Results 1 – 2 of 2) sorted by relevance
25 pub struct PeriodicLogger { struct33 worker_thread: Option<WorkerThread<Result<(), PeriodicLoggerError>>>, argument36 impl PeriodicLogger { argument
13 pub struct PeriodicLogger; struct15 impl PeriodicLogger { implementation16 pub fn new(_event: MetricEventType, _period: Duration) -> Result<PeriodicLogger, String> { in new()