Searched refs:LoggerFn (Results 1 – 2 of 2) sorted by relevance
119 using LoggerFn = std::function<void(Atom&&)>; variable127 AsyncLogger(LoggerFn logger, Duration loggingQuietPeriodDuration);
309 AsyncLogger::AsyncLogger(LoggerFn logger, Duration loggingQuietPeriodDuration) { in AsyncLogger()