SDL standard library

Dependents:   H261_encoder

Embed: (wiki syntax)

« Back to documentation index

SDL_test_log.h File Reference

SDL_test_log.h File Reference

Include file for SDL test framework. More...

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.
void SDLTest_LogError (const char *fmt,...)
 Prints given message with a timestamp in the TEST category and the ERROR priority.

Detailed Description

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.


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