Log a message with SDL_LOG_CATEGORY_APPLICATION and SDL_LOG_PRIORITY_INFO.
Defined in <SDL3/SDL_log.h>
void SDL_Log(const char *fmt, ...);| const char * | fmt | a printf() style message format string. | 
| ... | ... | additional parameters matching % tokens in the fmtstring, if any. | 
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.