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

SDL_LogGetPriority (last edited 2011-09-17 19:19:31 by SheenaSmith)

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