SDL_SetLogPriority

Set the priority of a particular log category.

extern (C) nothrow @nogc extern
void
SDL_SetLogPriority

Parameters

category int

the category to assign a priority to.

priority SDL_LogPriority

the SDL_LogPriority to assign.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta