Function logPrint

Function Documentation

void logPrint(const char *format, ...)

The function logPrint is used to print out a formatted string - without prefix - to the serial output.

Parameters:

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