SDL_GetLogPriority

Get the priority of a particular log category.

extern (C) nothrow @nogc
SDL_GetLogPriority
()

Parameters

category int

the category to query.

Return Value

the SDL_LogPriority for the requested category.

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

See Also

Meta