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