FastLED 3.9.15
Loading...
Searching...
No Matches

◆ serviceLoggers()

void fl::detail::AsyncLoggerServiceTask::serviceLoggers ( )

Service all registered loggers (called by task)

Definition at line 263 of file async_logger.cpp.hpp.

263 {
264 // Flush N messages from all registered loggers
265 detail::ActiveLoggerRegistry::instance().forEach([this](AsyncLogger& logger) {
266 logger.flushN(mMessagesPerTick);
267 });
268}
static ActiveLoggerRegistry & instance()

References fl::AsyncLogger::flushN(), fl::detail::ActiveLoggerRegistry::forEach(), fl::detail::ActiveLoggerRegistry::instance(), and mMessagesPerTick.

Referenced by AsyncLoggerServiceTask(), and fl::SingletonShared< AsyncLoggerServiceTask >.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: