Function SDL_SetLogPriorities
pub unsafe extern "C" fn SDL_SetLogPriorities(
priority: SDL_LogPriority,
)
Available on crate feature
dep_sdl3
only.Expand description
Set the priority of all log categories.
§Parameters
priority
: theSDL_LogPriority
to assign.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.