#pragma section-numbers off #pragma camelcase off = SDL_LogWarn = Use this function to log a message with SDL_LOG_PRIORITY_WARN. <> == Syntax == {{{#!highlight cpp void SDL_LogWarn(int category, const char* fmt, ...) }}} == Function Parameters == ||'''category'''||the category of the message; see [[#category|Remarks]] for details|| ||'''fmt'''||a printf() style message format string|| ||'''...'''||additional parameters matching % tokens in the '''fmt''' string, if any|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == <> The '''category''' can be one of: <> == Related Functions == .[[SDL_Log]] .[[SDL_LogCritical]] .[[SDL_LogDebug]] .[[SDL_LogError]] .[[SDL_LogInfo]] .[[SDL_LogMessage]] .[[SDL_LogMessageV]] .[[SDL_LogVerbose]] ---- [[CategoryAPI]], [[CategoryLog]]