Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-09-13 20:48:46
Size: 1301
Editor: SheenaSmith
Comment: create page - 9/13 4fc2f7e2bb52
Revision 2 as of 2011-09-17 20:47:39
Size: 1298
Editor: SheenaSmith
Comment: update content - correct category name
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
[[CategoryAPI]], [[CategoryBasics]] [[CategoryAPI]], [[CategoryLog]]

DRAFT

SDL_LogSetPriority

Use this function to set the priority of a particular log category.

Syntax

void SDL_LogSetPriority(int             category,
                        SDL_LogPriority priority)

Function Parameters

category

the category to assign a priority to

priority

the SDL_LogPriority to assign; see Remarks for details

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here

green

priority may be one of the following or NULL ???:

SDL_LOG_PRIORITY_VERBOSE

SDL_LOG_PRIORITY_DEBUG

SDL_LOG_PRIORITY_INFO

SDL_LOG_PRIORITY_WARN

SDL_LOG_PRIORITY_ERROR

SDL_LOG_PRIORITY_CRITICAL

SDL_NUM_LOG_PRIORITIES

(internal use)


CategoryAPI, CategoryLog

None: SDL_LogSetPriority (last edited 2013-08-08 20:09:34 by Sam Lantinga)

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