Wiki Page Content

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2011-09-13 04:31:43
Size: 814
Editor: SheenaSmith
Comment: create page - 9/12 a21d78fc998c
Revision 3 as of 2011-09-17 19:22:43
Size: 825
Editor: SheenaSmith
Comment: update content - correct category name
Deletions are marked like this. Additions are marked like this.
Line 26: Line 26:
'''priority''' may be one of the following: '''priority''' may be one of the following ^or NULL ???^:
Line 33: Line 33:
[[CategoryAPI]], [[CategoryBasics]] [[CategoryAPI]], [[CategoryLog]]

DRAFT

SDL_LogSetAllPriority

Use this function to set the priority of all log categories.

Syntax

void SDL_LogSetAllPriority(SDL_LogPriority priority)

Function Parameters

priority

the SDL_LogPriority to assign; see Remarks for details

Code Examples

You can add your code example here

Remarks

You can add useful comments here

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_LogSetAllPriority (last edited 2013-08-08 20:11:23 by Sam Lantinga)

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