|
⇤ ← Revision 1 as of 2011-09-14 04:56:08
Size: 911
Comment: create page - 9/13 4fc2f7e2bb52
|
Size: 908
Comment: update content - correct category name
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 33: | Line 33: |
| [[CategoryAPI]], [[CategoryBasics]] | [[CategoryAPI]], [[CategoryLog]] |
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
