MCPcopy Create free account
hub / github.com/FastLED/FastLED / serviceLoggers

Method serviceLoggers

src/fl/log/async_logger.cpp.hpp:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263void AsyncLoggerServiceTask::serviceLoggers() {
264 // Flush N messages from all registered loggers
265 detail::ActiveLoggerRegistry::instance().forEach([this](AsyncLogger& logger) {
266 logger.flushN(mMessagesPerTick);
267 });
268}
269
270} // namespace detail
271

Callers 2

async_logger.hppFile · 0.80

Calls 2

forEachMethod · 0.80
flushNMethod · 0.80

Tested by

no test coverage detected