LogMessage class base
Log message
Constructors
- LogMessage.new({required String message, required LoggerLevel logLevel, Object? error, StackTrace? stackTrace, DateTime? time})
-
const
Properties
- error → Object?
-
Log Error
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel → LoggerLevel
-
Log level
final
- message → String
-
Log message
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
Stack trace
final
- time → DateTime?
-
Time of the log
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