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 loggerName, String loggerTag)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
level LogLevel
final
loggerName String
final
loggerTag String
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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 o) bool
The equality operator.
override