Wiki Page Content

Revision 1 as of 2011-09-13 04:14:12

Clear message

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.


CategoryEnum, CategoryBasics

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit