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