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

◆ forEach()

template<typename Func>
void fl::detail::ActiveLoggerRegistry::forEach ( Func func)
inline

Definition at line 197 of file async_logger.h.

197 {
198 for (fl::size i = 0; i < mActiveLoggers.size(); ++i) {
199 func(*mActiveLoggers[i]);
200 }
201 }
fl::vector_fixed< AsyncLogger *, 16 > mActiveLoggers

References mActiveLoggers.

Referenced by fl::async_log_service(), and fl::detail::AsyncLoggerServiceTask::serviceLoggers().

+ Here is the caller graph for this function: