Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-09-14 04:56:08
Size: 911
Editor: SheenaSmith
Comment: create page - 9/13 4fc2f7e2bb52
Revision 2 as of 2011-09-17 19:19:31
Size: 908
Editor: SheenaSmith
Comment: update content - correct category name
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
[[CategoryAPI]], [[CategoryBasics]] [[CategoryAPI]], [[CategoryLog]]

DRAFT

SDL_LogGetPriority

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

Syntax

SDL_LogPriority SDL_LogGetPriority(int category)

Function Parameters

category

the category to query or SDL_LOG_CATEGORY_APPLICATION ???

Return Value

Returns the SDL_LogPriority for the requested category, SDL_application_priority if category is SDL_LOG_CATEGORY_APPLICATION, or SDL_default_priority otherwise; call [[SDL_GetError]]() for more information.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryLog

None: SDL_LogGetPriority (last edited 2013-08-08 20:07:40 by Sam Lantinga)

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