SDL_test: allow disabling colorized output

This commit is contained in:
Anonymous Maarten
2025-12-03 03:24:01 +01:00
committed by Anonymous Maarten
parent 765a2e9118
commit 6665ebaa2e
9 changed files with 178 additions and 92 deletions

View File

@@ -42,6 +42,14 @@
extern "C" {
#endif
/**
* Prints given message with a timestamp in the TEST category and given priority.
*
* \param priority Priority of the message
* \param fmt Message to be logged
*/
void SDLCALL SDLTest_LogMessage(SDL_LogPriority priority, SDL_PRINTF_FORMAT_STRING const char *fmt, ...);
/**
* Prints given message with a timestamp in the TEST category and INFO priority.
*