The predefined log priorities
Defined in SDL_log.h
typedef enum SDL_LogPriority
{1,
SDL_LOG_PRIORITY_VERBOSE =
SDL_LOG_PRIORITY_DEBUG,
SDL_LOG_PRIORITY_INFO,
SDL_LOG_PRIORITY_WARN,
SDL_LOG_PRIORITY_ERROR,
SDL_LOG_PRIORITY_CRITICAL,
SDL_NUM_LOG_PRIORITIES } SDL_LogPriority;