Go to the source code of this file.
◆ SDLTest_Log()
Logging related functions of SDL test framework.
This code is a part of the SDL test library, not the main SDL library. Prints given message with a timestamp in the TEST category and INFO priority.
- Parameters
-
◆ SDLTest_LogError()
Prints given message with a timestamp in the TEST category and the ERROR priority.
- Parameters
-
◆ SDLTest_LogEscapedString()
void SDLTest_LogEscapedString |
( |
const char * |
prefix, |
|
|
const void * |
buffer, |
|
|
size_t |
size |
|
) |
| |
Prints given prefix and buffer. Non-printible characters in the raw data are substituted by printible alternatives.
- Parameters
-
prefix | Prefix message. |
buffer | Raw data to be escaped. |
size | Number of bytes in buffer. |