Function sdl2_sys::SDL_LogMessage

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

Log a message with the specified category and priority.

\param category the category of the message \param priority the priority 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_LogMessageV \sa SDL_LogVerbose \sa SDL_LogWarn