SDL_SetLogPriorities

Set the priority of all log categories.

extern (C) nothrow @nogc extern
void
SDL_SetLogPriorities

Parameters

priority SDL_LogPriority

the SDL_LogPriority to assign.

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

See Also

Meta