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