log library

Classes

AnsiColor
This class handles colorizing of terminal output.
Log
基于 logger 第三方库封装的日志对象
LogConfig
日志配置对象

Properties

logger Log
全局默认的日志对象
getter/setter pair

Typedefs

LogFunction = void Function(dynamic message, [dynamic title, LogConfig? config])