Function logPrintln

Function Documentation

void logPrintln(const char *prefix, const char *format, ...)

The function logPrintln is used to print out a formatted string - without prefix - to the serial output plus a trailing linefeed.

Parameters:

format[in] Actual string, which should be printed to the serial output.