LogCategory enum

SDL_LogCategory.

Inheritance

Constructors

LogCategory()
const

Values

application → const LogCategory

SDL_LOG_CATEGORY_APPLICATION = 0

error → const LogCategory

SDL_LOG_CATEGORY_ERROR = 1

assert_ → const LogCategory

SDL_LOG_CATEGORY_ASSERT = 2

system → const LogCategory

SDL_LOG_CATEGORY_SYSTEM = 3

audio → const LogCategory

SDL_LOG_CATEGORY_AUDIO = 4

video → const LogCategory

SDL_LOG_CATEGORY_VIDEO = 5

render → const LogCategory

SDL_LOG_CATEGORY_RENDER = 6

input → const LogCategory

SDL_LOG_CATEGORY_INPUT = 7

test → const LogCategory

SDL_LOG_CATEGORY_TEST = 8

reserved1 → const LogCategory

SDL_LOG_CATEGORY_RESERVED1 = 9

reserved2 → const LogCategory

SDL_LOG_CATEGORY_RESERVED2 = 10

reserved3 → const LogCategory

SDL_LOG_CATEGORY_RESERVED3 = 11

reserved4 → const LogCategory

SDL_LOG_CATEGORY_RESERVED4 = 12

reserved5 → const LogCategory

SDL_LOG_CATEGORY_RESERVED5 = 13

reserved6 → const LogCategory

SDL_LOG_CATEGORY_RESERVED6 = 14

reserved7 → const LogCategory

SDL_LOG_CATEGORY_RESERVED7 = 15

reserved8 → const LogCategory

SDL_LOG_CATEGORY_RESERVED8 = 16

reserved9 → const LogCategory

SDL_LOG_CATEGORY_RESERVED9 = 17

reserved10 → const LogCategory

SDL_LOG_CATEGORY_RESERVED10 = 18

custom → const LogCategory

SDL_LOG_CATEGORY_CUSTOM = 19

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<LogCategory>
A constant List of the values in this enum, in order of their declaration.