36 #ifndef _SDL_test_log_h 37 #define _SDL_test_log_h 50 void SDLTest_Log(SDL_PRINTF_FORMAT_STRING
const char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
57 void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const
char *fmt, ...) SDL_PRINTF_VARARG_FUNC(1);
void SDLTest_LogError(SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
Prints given message with a timestamp in the TEST category and the ERROR priority.
void SDLTest_Log(SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
Prints given message with a timestamp in the TEST category and INFO priority.