Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-09-13 04:14:12
Size: 1255
Editor: SheenaSmith
Comment: create page - 9/12 a21d78fc998c
Revision 2 as of 2011-09-13 04:28:24
Size: 1518
Editor: SheenaSmith
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.


CategoryEnum, CategoryBasics

None: SDL_LogPriority (last edited 2013-08-08 20:25:13 by Sam Lantinga)

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