Skip to main content

SDL_SetLogPriorities

Function SDL_SetLogPriorities 

Source
pub unsafe extern "C" fn SDL_SetLogPriorities(
    priority: SDL_LogPriority,
)
Expand description

Set the priority of all log categories.

§Parameters

§Thread safety

It is safe to call this function from any thread.

§Availability

This function is available since SDL 3.2.0.

§See also