pub unsafe extern "C" fn SDL_LogSetAllPriority(
    priority: SDL_LogPriority
)
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