LogPriority enum

SDL_LogPriority.

Inheritance

Constructors

LogPriority()
const

Values

verbose → const LogPriority

SDL_LOG_PRIORITY_VERBOSE = 1

debug → const LogPriority

SDL_LOG_PRIORITY_DEBUG = 2

info → const LogPriority

SDL_LOG_PRIORITY_INFO = 3

warn → const LogPriority

SDL_LOG_PRIORITY_WARN = 4

error → const LogPriority

SDL_LOG_PRIORITY_ERROR = 5

critical → const LogPriority

SDL_LOG_PRIORITY_CRITICAL = 6

numLogPriorities → const LogPriority

SDL_NUM_LOG_PRIORITIES = 7

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LogPriority>
A constant List of the values in this enum, in order of their declaration.