Searched defs:PeriodicLoggerError (Results 1 – 1 of 1) sorted by relevance
47 pub fn add_counter_item(&self, name: String) -> Result<(), PeriodicLoggerError> { in add_counter_item() argument63 pub fn increment_counter(&self, name: String, amount: u32) -> Result<(), PeriodicLoggerError> { in increment_counter() argument79 pub fn start_logging_thread(&mut self) -> Result<(), PeriodicLoggerError> { in start_logging_thread() argument142 pub enum PeriodicLoggerError { enum