DeveloperToolsLogEntry class

Unified representation of a log entry for display in the dock or overlay.

All log sources (Riverpod, Console, Network, etc.) convert their internal entries to this format so the dock can render them consistently.

Constructors

DeveloperToolsLogEntry({required DateTime timestamp, required String message, required String sourceId, DeveloperToolsLogLevel level = DeveloperToolsLogLevel.info, String? details, int? iconData})
const

Properties

details String?
final
hashCode int
The hash code for this object.
no setterinherited
iconData int?
final
level DeveloperToolsLogLevel
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId String
final
timestamp DateTime
final
timeString String
no setter

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