Message class

Log Message.

Constructors

Message({required DateTime dateTime, required Object? text, required Level level, required StackTrace stackTrace, required int skip})
const

Properties

dateTime DateTime
When the log created.
final
hashCode int
The hash code for this object.
no setterinherited
level Level
Level means severity.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip int
stackTrace maybe is not precise. You can skip some frames to hide logger internal details.
final
stackTrace StackTrace
Where the log created.
final
text Object?
Will be encoded by Encoder.
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.
inherited