LogMessage class

Data object to store captured log messages. This object is used by CachedLogger.

Constructors

LogMessage()
LogMessage.fromJson(Map<String, dynamic> json)
factory

Properties

correlation_id String?
getter/setter pair
error ↔ ErrorDescription?
The description of the captured error
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
level String?
getter/setter pair
message String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
getter/setter pair
time DateTime?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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