SDL 2.0
|
Go to the source code of this file.
Functions | |
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. | |
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. | |
Include file for SDL test framework.
This code is a part of the SDL2_test library, not the main SDL library.
Definition in file SDL_test_log.h.
void SDLTest_Log | ( | SDL_PRINTF_FORMAT_STRING const char * | fmt, |
... | |||
) |
Prints given message with a timestamp in the TEST category and INFO priority.
fmt | Message to be logged |
void SDLTest_LogError | ( | SDL_PRINTF_FORMAT_STRING const char * | fmt, |
... | |||
) |
Prints given message with a timestamp in the TEST category and the ERROR priority.
fmt | Message to be logged |