Log a message with the specified category and priority.
the category of the message.
the priority of the message.
a printf() style message format string.
a variable argument list.
Threadsafety: It is safe to call this function from any thread.
SDL_Log SDL_LogCritical SDL_LogDebug SDL_LogError SDL_LogInfo SDL_LogMessage SDL_LogTrace SDL_LogVerbose SDL_LogWarn
See Implementation
Log a message with the specified category and priority.