LoggingLogEvent class

Log event contains all the information of a log event

Constructors

LoggingLogEvent.new({required LoggingLogLevel level, required dynamic message, dynamic exception, String? information, List<LoggingTrace>? stackTrace})

Properties

exception → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
information String?
final
level LoggingLogLevel
final
loggedAt DateTime
final
message → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace List<LoggingTrace>?
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