BDLogHandler class abstract

BDLogHandler handler.

It handles BDLogRecord messages.

Implementers

Constructors

BDLogHandler()
Create a new instance of BDLogHandler.
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

handleRecord(BDLogRecord record) Future<void>
Handle the BDLogRecord.
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.
toString() String
A string representation of this object.
inherited

Operators

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