Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-09-13 04:28:24
Size: 1518
Editor: SheenaSmith
Comment: add hidden include comments
Revision 3 as of 2011-09-17 19:12:25
Size: 1515
Editor: SheenaSmith
Comment: update content - correct category name
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
[[CategoryEnum]], [[CategoryBasics]] [[CategoryEnum]], [[CategoryLog]]

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, CategoryLog

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