Function sdl2_sys::SDL_LogWarn
source · pub unsafe extern "C" fn SDL_LogWarn(
category: c_int,
fmt: *const c_char,
...
)
Expand description
Log a message with SDL_LOG_PRIORITY_WARN.
\param category the category of the message \param fmt a printf() style message format string \param … additional parameters matching % tokens in the fmt string, if any
\since This function is available since SDL 2.0.0.
\sa SDL_Log \sa SDL_LogCritical \sa SDL_LogDebug \sa SDL_LogError \sa SDL_LogInfo \sa SDL_LogMessage \sa SDL_LogMessageV \sa SDL_LogVerbose