setAllLogPriorities method

void setAllLogPriorities(
  1. LogPriority priority
)

Set the priority of all log categories.

SDL Docs

Implementation

void setAllLogPriorities(final LogPriority priority) =>
    sdl.SDL_LogSetAllPriority(priority.toInt());