MultiHandler class
MultiHandler composites multiple handlers into one handler; any logging records that are delegated to this handler will be propagated to composed handlers.
Constructors
-
MultiHandler(Iterable<
Handler> handlers) - Creates a new MultiHandler with given handlers.
Properties
Methods
-
close(
) → Future< void> -
Closes the handler.
override
-
handle(
Record record) → void -
Handles incoming record.
override
-
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