IsolateInfoLog class final
Info log from an isolate.
- Inheritance
-
- Object
- IsolateLog
- IsolateInfoLog
Constructors
- IsolateInfoLog({required String tag, required String message, Object? error, StackTrace? stackTrace, DateTime? time})
-
Creates an info log from an isolate with the given
tagandmessage.
Properties
- color → Color?
-
Color for console output (converted to ANSI where needed).
finalinherited
- error → Object?
-
An optional error or exception associated with this log.
finalinherited
- formattedTitle → String
-
Combines the isolate ID with the log level, e.g.
[worker-1 DEBUG].no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- level → FlexLogLevel
-
The logging level for this event.
finalinherited
- message → String?
-
The log message describing what happened.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
An optional stack trace for debugging.
finalinherited
- tag → String?
-
Tag identifying the log type (e.g. 'CUSTOM_EVENT', 'ISOLATE_DEBUG').
finalinherited
- time → DateTime
-
The timestamp when this event occurred.
finalinherited
Methods
-
isAtLeast(
FlexLogLevel level) → bool -
Checks if this log is at least the given
level.inherited -
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