MCPcopy Create free account
hub / github.com/FastLED/FastLED / outputMessage

Function outputMessage

src/fl/test/fltest.cpp.hpp:462–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460// =============================================================================
461
462void outputMessage(const char* msg, const char* file, int line) FL_NOEXCEPT {
463 fl::printf(" [MESSAGE] %s:%d: %s\n", file, line, msg);
464}
465
466void outputCapture(const char* name, const char* value, const char* file, int line) FL_NOEXCEPT {
467 fl::printf(" [CAPTURE] %s:%d: %s := %s\n", file, line, name, value);

Callers

nothing calls this directly

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected