Handler class abstract

Handler is capable to process logging Records as the are added to a Logger.

Implementers

Constructors

Handler()

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

close() Future<void>
Cancels subscription to a logger stream and frees dedicated resources.
handle(Record record) → void
Handles incoming record.
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