pub unsafe extern "C" fn SDL_SetLogPriority(
category: c_int,
priority: SDL_LogPriority,
)Expand description
Set the priority of a particular log category.
§Parameters
category: the category to assign a priority to.priority: theSDL_LogPriorityto assign.
§Thread safety
It is safe to call this function from any thread.
§Availability
This function is available since SDL 3.2.0.