CompositeQueryLogger class
A composite logger that delegates to multiple loggers.
- Implemented types
Constructors
-
CompositeQueryLogger(List<
QueryLogger> _loggers)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
onQueryEnd(
QueryEndEvent event) → void -
Called after a query completes successfully.
override
-
onQueryError(
QueryErrorEvent event) → void -
Called when a query fails.
override
-
onQueryStart(
QueryStartEvent event) → void -
Called before a query is executed.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited