log_utils_lib library

Classes

AnsiColor
This class handles colorizing of terminal output.
DateTimeFormat
LogOutput
Log output receives a OutputEvent from LogPrinter and sends it to the desired destination.
LogPrint
LogPrinter
An abstract handler of log events.
LogUtils
OutputEvent

Enums

Level
Levels to control logging output. Logging can be enabled to include all levels above certain Level.

Typedefs

LogLineWriter = void Function(String line)