Scroll to navigation

SDL_LogGetPriority(3) SDL3 FUNCTIONS SDL_LogGetPriority(3)

NAME

SDL_LogGetPriority - Get the priority of a particular log category.

SYNOPSIS

#include "SDL3/SDL.h"
SDL_LogPriority SDL_LogGetPriority(int category);

FUNCTION PARAMETERS

the category to query

RETURN VALUE

Returns the SDL_LogPriority
for the requested category

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_LogSetPriority(3)

SDL 3.1.0 SDL