logging_flutter library

Flutter extension for the logging package.

Classes

Flogger
Convenience singleton with static methods to interact with Logger Logs can be configured with FloggerConfig Logs can be listened to with FloggerListener
FloggerConfig
Configuration options for LogRecord
FloggerRecord
Contains all the information about the LogRecord and can be printed with printable based on FloggerConfig
FullLogs
Level
Levels to control logging output. Logging can be enabled to include all levels above certain Level. Levels are ordered using an integer value Level.value. The predefined Level constants below are sorted as follows (in descending order): Level.SHOUT, Level.SEVERE, Level.WARNING, Level.INFO, Level.CONFIG, Level.FINE, Level.FINER, Level.FINEST, and Level.ALL.
LogBar
LogConsole
OutputEvent
RenderedEvent

Extensions

LevelExtension on Level

Typedefs

FloggerListener = void Function(FloggerRecord record)
FloggerPrinter = String Function(FloggerRecord record)