LogWrapper class
Internal class used by DefaultLogger to wrap the log messages.
Constructors
- LogWrapper({required LogMessage message, required bool printStackTrace, required bool printError})
- Constructs an instance of LogWrapper.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ LogMessage
-
The log message to be wrapped.
getter/setter pair
- printError ↔ bool
-
Whether to print the error.
getter/setter pair
- printStackTrace ↔ bool
-
Whether to print the stack trace.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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