Function sdl2_sys::SDL_LogCritical

source ·
pub unsafe extern "C" fn SDL_LogCritical(
    category: c_int,
    fmt: *const c_char
    ...
)
Expand description

Log a message with SDL_LOG_PRIORITY_CRITICAL.

\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_LogDebug \sa SDL_LogError \sa SDL_LogInfo \sa SDL_LogMessage \sa SDL_LogMessageV \sa SDL_LogVerbose \sa SDL_LogWarn