|
Size: 814
Comment: create page - 9/12 a21d78fc998c
|
← Revision 4 as of 2013-08-08 20:11:23 ⇥
Size: 727
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 16: | Line 15: |
| ||'''priority'''||the [[SDL_LogPriority]] to assign; see [[#Remarks|Remarks]] for details|| | ||'''priority'''||the [[SDL_LogPriority]] to assign; see [[#priority|Remarks]] for details|| |
| Line 24: | Line 23: |
| ''You can add useful comments here'' '''priority''' may be one of the following: |
<<Anchor(priority)>> The '''priority''' can be one of: |
| Line 33: | Line 31: |
| [[CategoryAPI]], [[CategoryBasics]] | [[CategoryAPI]], [[CategoryLog]] |
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
The priority can be one of:
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) |
