LogMessage class

A message that gets logged

In addition to just the message, it also contains information of which class or package has generated this message

Constructors

LogMessage(LogLevel level, String message, DateTime timestamp, String? stackTrace, Logger logger)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
level LogLevel
final
logger Logger
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace String?
final
timestamp DateTime
final

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.
override