Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
Defined in SDL_log.h
void SDL_Log(const char *fmt, ...);
... | ... | additional parameters matching % tokens in the fmt string, if any. |
= * \param fmt a printf() style message format string
This function is available since SDL 2.0.0.