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