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

◆ outputMessage()

void fl::test::outputMessage ( const char * msg,
const char * file,
int line )

Helper to output INFO/MESSAGE during test execution.

Definition at line 462 of file fltest.cpp.hpp.

462 {
463 fl::printf(" [MESSAGE] %s:%d: %s\n", file, line, msg);
464}
void printf(const char *format, const Args &... args) FL_NOEXCEPT
Printf-like formatting function that prints directly to the platform output.
Definition stdio.h:635

References FL_NOEXCEPT, and fl::printf().

+ Here is the call graph for this function: