Get the priority of a particular log category.
Defined in <SDL3/SDL_log.h>
int category); SDL_LogPriority SDL_GetLogPriority(
int | category | the category to query. |
(SDL_LogPriority) Returns the SDL_LogPriority for the requested category.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.