DRAFT |
SDL_LogGetPriority
Use this function to get the priority of a particular log category.
Contents
Syntax
SDL_LogPriority SDL_LogGetPriority(int category)
Function Parameters
category |
the category to query or SDL_LOG_CATEGORY_APPLICATION ??? |
Return Value
Returns the SDL_LogPriority for the requested category, SDL_application_priority if category is SDL_LOG_CATEGORY_APPLICATION, or SDL_default_priority otherwise; call [[SDL_GetError]]() for more information.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
