Set the priority of a particular log category.
Defined in <SDL3/SDL_log.h>
void SDL_SetLogPriority(int category, SDL_LogPriority priority);
int | category | the category to assign a priority to. |
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.