DOKK / manpages / debian 13 / libsdl3-doc / SDL_GetLogPriority.3.en
SDL_GetLogPriority(3) SDL3 FUNCTIONS SDL_GetLogPriority(3)

SDL_GetLogPriority - Get the priority of a particular log category.

Defined in SDL3/SDL_log.h

#include "SDL3/SDL.h"
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.2.0.

(3), SDL_SetLogPriority(3)

SDL 3.2.10 Simple Directmedia Layer