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.
