#pragma section-numbers off #pragma camelcase off = SDL_LogGetPriority = Use this function to get the priority of a particular log category. <> == Syntax == {{{#!highlight cpp SDL_LogPriority SDL_LogGetPriority(int category) }}} == Function Parameters == ||'''category'''||the category to query; see [[#category|Remarks]] for details|| == Return Value == Returns the [[SDL_LogPriority]] for the requested category; see [[#priority|Remarks]] for details. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == <> The '''category''' can be one of: <> <> The returned priority will be one of: <> == Related Functions == .[[SDL_LogSetPriority]] ---- [[CategoryAPI]], [[CategoryLog]]