bdlogging_firebase library

Classes

BDCleanableLogHandler
A BDLogHandler that contains resources that should be cleared.
BDLevel
An Logging Level of importance of a log message.
BDLogFormatter
BDLogRecord Formatter.
BDLogger
BDLogger used to log messages.
BDLogHandler
BDLogHandler handler.
BDLogRecord
Logging record.
ConsoleLogHandler
A implementation of BDLogHandler that print BDLogRecord to the console.
DefaultLogFormatter
Default implementation of a BDLogFormatter.
FileLogHandler
A implementation of BDCleanableLogHandler that write BDLogRecord to files.
FirebaseCrashlyticsLogHandler
A implementation of BDLogHandler that log BDLogRecord to firebase.
IsolateFileLogHandler
A implementation of BDCleanableLogHandler that write BDLogRecord to files in a different isolate.

Typedefs

LinePrinter = void Function(String line)
A Function that print the line.
RescheduleCallback = void Function(Duration duration, void callback())
A Function that reschedule a callback function after the specified duration elapse.