Wiki Page Content

Revision 2 as of 2011-09-13 20:18:14

Clear message

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

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