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