Set the priority of a particular log category.
void SDL_LogSetPriority(int category,
SDL_LogPriority priority);
category | the category to assign a priority to |
priority | the SDL_LogPriority to assign |
This function is available since SDL 3.0.0.