BDCleanableLogHandler class abstract

A BDLogHandler that contains resources that should be cleared.

Inheritance
Implementers

Constructors

BDCleanableLogHandler()
Create BDCleanableLogHandler.
const

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

clean() Future<void>
Clean resources contained within this BDLogHandler.
handleRecord(BDLogRecord record) Future<void>
Handle the BDLogRecord.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
supportLevel(BDLevel level) bool
Allow the BDLogHandler to specify which BDLevel of BDLogRecord he can handle.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited