Function sdl2_sys::SDL_LogMessageV

source ·
pub unsafe extern "C" fn SDL_LogMessageV(
    category: c_int,
    priority: SDL_LogPriority,
    fmt: *const c_char,
    ap: *mut __va_list_tag
)
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 ap a variable argument list

\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_LogVerbose \sa SDL_LogWarn