Function SDL_LogMessageV

pub unsafe extern "C" fn SDL_LogMessageV(
    category: i32,
    priority: SDL_LogPriority,
    fmt: *const i8,
    ap: *mut __va_list_tag,
)
Available on crate feature dep_sdl2 only.
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