Function logPrintln
Defined in File Logger.h
Function Documentation
-
void logPrintln(const char *prefix, const char *format, ...)
The function
logPrintlnis 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.