Set the priority of all log categories.
Defined in <SDL3/SDL_log.h>
void SDL_SetLogPriorities(SDL_LogPriority priority);
SDL_LogPriority | priority | the SDL_LogPriority to assign. |
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.