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

◆ FL_PRINT

#define FL_PRINT ( X)
Value:
do { } while(0)

Print without prefix (like FL_WARN but without "WARN: " prefix) Uses sstream for dynamic formatting (avoids printf bloat ~40KB, adds ~3KB) Supports stream-style formatting with << operator.

Example: FL_PRINT("Value: " << x); FL_PRINT(ss.str());

Definition at line 457 of file log.h.

Referenced by loop(), autoresearch::maybeRegisterStubAutorun(), simd_test::print_final_banner(), simd_test::print_summary(), simd_test::print_test_result(), AutoResearchRemoteControl::registerFunctions(), autoresearch::simd_check::runSimdTests(), and setup().