core/fimber/ds_fimber_base library

Classes

CloseableTree
Abstract class to mark implementor as Closable Tree
CustomFormatTree
Custom format tree. Tag generation included allows to define tokens in format, which will be replaced with a value for each log line.
DebugTree
Debug log tree. Tag generation included
Fimber
Main static Fimber logging.
FimberLog
Stand alone logger with custom tag defined.
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.

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.