World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Файл SDL_test_log.h

См. исходные тексты.

Функции

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.

См. определение в файле SDL_test_log.h

Функции

◆ SDLTest_Log()

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

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

Аргументы
fmtMessage to be logged

◆ SDLTest_LogError()

void SDLTest_LogError ( SDL_PRINTF_FORMAT_STRING const char *  fmt,
  ... 
)

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

Аргументы
fmtMessage to be logged