|
⇤ ← Revision 1 as of 2011-09-13 04:14:12
Size: 1255
Comment: create page - 9/12 a21d78fc998c
|
Size: 1518
Comment: add hidden include comments
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| ##The following content is included on `SDL_LogSetAllPriority, SDL_LogSetPriority, SDL_LogMessage, SDL_LogMessageV`. Any changes between these comments will be reflected there as well. Please use caution when editing. Start Include here. | |
| Line 18: | Line 19: |
| ##End Include here. |
DRAFT |
SDL_LogPriority
An enumeration of the predefined log priorities.
Values
SDL_LOG_PRIORITY_VERBOSE |
= 1 |
SDL_LOG_PRIORITY_DEBUG |
description |
SDL_LOG_PRIORITY_INFO |
description |
SDL_LOG_PRIORITY_WARN |
description |
SDL_LOG_PRIORITY_ERROR |
description |
SDL_LOG_PRIORITY_CRITICAL |
description |
SDL_NUM_LOG_PRIORITIES |
description |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
green
green
By default the SDL_LOG_CATEGORY_APPLICATION category is enabled at the INFO level and all other SDL_LOG_CATEGORY categories are enabled at the CRITICAL level.
