|
FastLED 3.9.15
|
| void fl::printf | ( | const char * | format, |
| const Args &... | args ) |
Printf-like formatting function that prints directly to the platform output.
| format | Format string with placeholders like "%d", "%s", "%f" etc. |
| args | Arguments to format |
Supported format specifiers:
Example usage:
| format | Format string with placeholders like "%d", "%s", "%f" etc. |
| args | Arguments to format |
Supported format specifiers:
Example usage:
Definition at line 635 of file stdio.h.
References args, fl::basic_string::c_str(), FL_NOEXCEPT, format(), fl::printf_detail::format_impl(), print(), and fl::sstream::str().
Referenced by fl::test::DefaultReporter::assertResult(), fl::test::TestContext::checkTimeout(), fl::test::fail(), handleClientResponse(), handleResponse(), fl::test::TestContext::listTests(), fl::third_party::MP3Decode(), fl::test::outputCapture(), fl::test::outputMessage(), fl::test::SerialReporter::print(), sendAsyncRequest(), sendAsyncStreamRequest(), sendSyncRequest(), setup(), fl::test::skipTest(), fl::test::DefaultReporter::subcaseStart(), fl::test::DefaultReporter::testCaseEnd(), fl::test::DefaultReporter::testCaseStart(), fl::test::DefaultReporter::testRunEnd(), and fl::test::DefaultReporter::testRunStart().
Here is the call graph for this function:
Here is the caller graph for this function: