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

◆ isEnabled()

static bool fl::detail::ParlioLoggerInfo::isEnabled ( )
inlinestatic

Definition at line 95 of file async_logger.h.

95 {
96 #ifdef FASTLED_LOG_PARLIO_ENABLED
97 return true;
98 #else
99 return false;
100 #endif
101 }