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

◆ clear()

void fl::AsyncLogger::clear ( )

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

107 {
108 // Drain queue without printing
109 const char* msg;
110 fl::u16 len;
111 while (mQueue.tryPop(&msg, &len)) {
112 mQueue.commit();
113 }
114}
AsyncLogQueue< 128, 4096 > mQueue

References mQueue.

Referenced by ~AsyncLogger().

+ Here is the caller graph for this function: