Log a message with SDL_LOG_PRIORITY_INFO.
the category of the message.
a printf() style message format string. ... = additional parameters matching % tokens in the **fmt** string, if any.
Threadsafety: It is safe to call this function from any thread.
SDL_Log SDL_LogCritical SDL_LogDebug SDL_LogError SDL_LogMessage SDL_LogMessageV SDL_LogTrace SDL_LogVerbose SDL_LogWarn
See Implementation
Log a message with SDL_LOG_PRIORITY_INFO.