Function SDL_LogSetPriority
pub unsafe extern "C" fn SDL_LogSetPriority(
category: i32,
priority: SDL_LogPriority,
)
Available on crate feature
dep_sdl2
only.Expand description
Set the priority of a particular log category.
\param category the category to assign a priority to \param priority the SDL_LogPriority to assign
\since This function is available since SDL 2.0.0.
\sa SDL_LogGetPriority \sa SDL_LogSetAllPriority