Log a message with SDL_LOG_PRIORITY_DEBUG.
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_LogError SDL_LogInfo SDL_LogMessage SDL_LogMessageV SDL_LogTrace SDL_LogVerbose SDL_LogWarn
See Implementation
Log a message with SDL_LOG_PRIORITY_DEBUG.