My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
SDL_test_log.h File Reference
#include "begin_code.h"
#include "close_code.h"

Go to the source code of this file.

Functions

void SDLTest_Log (const char *fmt,...)
 Prints given message with a timestamp in the TEST category and INFO priority. More...
 
void SDLTest_LogError (const char *fmt,...)
 Prints given message with a timestamp in the TEST category and the ERROR priority. More...
 

Detailed Description

Include file for SDL test framework.

This code is a part of the SDL2_test library, not the main SDL library.

Function Documentation

void SDLTest_Log ( const char *  fmt,
  ... 
)

Prints given message with a timestamp in the TEST category and INFO priority.

Parameters
fmtMessage to be logged
void SDLTest_LogError ( const char *  fmt,
  ... 
)

Prints given message with a timestamp in the TEST category and the ERROR priority.

Parameters
fmtMessage to be logged