ScopedLoggerEvent enum

Status management events for logging.

ロギング用の状態管理イベント。

Inheritance

Constructors

ScopedLoggerEvent()
const

Values

init → const ScopedLoggerEvent

When the state is set.

状態がセットされたとき。

dispose → const ScopedLoggerEvent

When the state is destroyed.

状態が破棄されたとき。

listen → const ScopedLoggerEvent

When the condition is monitored.

状態が監視されたとき。

unlisten → const ScopedLoggerEvent

When the condition is no longer monitored.

状態の監視が外れたとき。

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

listenedKey → const String
Key of the target whose status is being monitored.
managedKey → const String
The key of the target for which the state is being managed.
nameKey → const String
Name Key.
scopeKey → const String
Scope Key.
typeKey → const String
Type key.
values → const List<ScopedLoggerEvent>
A constant List of the values in this enum, in order of their declaration.