LogResult class

Log result class.

This class is used to return the result of the log.

Constructors

LogResult.new({required bool success, bool filtered = false, required LogData logData, List<String> formattedMessages = const <String>[], Exception? exception})

Properties

exception Exception?
final
filtered bool
If the log is filtered, it is set to true.
final
formattedMessages List<String>
final
hashCode int
The hash code for this object.
no setterinherited
logData LogData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
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