#pragma once #include void debugLogLine(const char *message); void debugLogf(const char *format, ...); void getDebugLogJson(String &out); void clearDebugLog();