Function sdl2_sys::SDL_LogSetPriority
source ยท pub unsafe extern "C" fn SDL_LogSetPriority(
category: c_int,
priority: SDL_LogPriority,
)
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