flutter_fimber library

Classes

AnsiStyle
Console style definition with color and type of "selection"
CloseableTree
Abstract class to mark implementor as Closable Tree
Colorize
Colorize class that wraps text with defined values.
ColorizeStyle
Usage by style pickers from enums and list of style applied in order.
CustomFormatTree
Custom format tree. Tag generation included allows to define tokens in format, which will be replaced with a value for each log line.
DataSize
Data size helper to help to calculate bytes/kilobytes, etc...
DebugBufferTree
Logging tree that uses debugPrint which is not skipping log lines printed on Android https://flutter.io/docs/testing/debugging#print-and-debugprint-with-flutter-logs
DebugTree
Debug log tree. Tag generation included
Fimber
Main static Fimber logging.
FimberLog
Stand alone logger with custom tag defined.
FimberTree
Fimber logging tree for specific platform. For Android it uses Android Log with corresponding levels and formatting
LogFileNameFormatter
File formatting with dates for rotation date logging with TimedRollingFileTree.
LogLine
Transport object to native value
LogLineInfo
Log Line Information. Used when extracting tag and attaching log line number value.
LogTree
Interface for LogTree
UnPlantableTree
Interface for LogTree that have some lifecycle with it. Introduces callbacks to plant and unroot events.

Enums

AnsiColor
Color types for ANSI console standard
AnsiSelection
Type of Selection for the Ansi style/color

Typedefs

RunWithLog = dynamic Function(FimberLog log)
Function that is run with a FimberLog as parameter. This saves time for fetching generated Tag from code at time of compilation. Can be used in blocks of code that require logging and speed.