Searched refs:start_logging_thread (Results 1 – 1 of 1) sorted by relevance
79 pub fn start_logging_thread(&mut self) -> Result<(), PeriodicLoggerError> { in start_logging_thread() method200 assert!(periodic_logger.start_logging_thread().is_ok()); in worker_thread_cannot_start_twice()201 assert!(periodic_logger.start_logging_thread().is_err()); in worker_thread_cannot_start_twice()227 periodic_logger.start_logging_thread().unwrap(); in periodic_logger_smoke_test()