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

◆ push() [2/2]

void fl::AsyncLogger::push ( const fl::string & msg)

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

59 {
60 mQueue.push(msg);
61}
AsyncLogQueue< 128, 4096 > mQueue

References mQueue.

Referenced by ~AsyncLogger().

+ Here is the caller graph for this function: