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

◆ printLoggerDisabledError()

void fl::detail::printLoggerDisabledError ( const char * category_name,
const char * define_name )

Print error message for disabled logger (non-template helper) Called from checkLoggerEnabled template function IMPORTANT: This must NOT be inline - needs external linkage for cross-TU calls.

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

19 {
20 FL_ERROR(category_name << " ASYNC LOGGING NOT ENABLED. "
21 << "Add '#define " << define_name << "' before including FastLED.h");
22 }
#define FL_ERROR(X)
Definition log.h:219

References FL_ERROR.

Referenced by checkLoggerEnabled().

+ Here is the caller graph for this function: