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