MiniLoggerConfig class

日志配置

Constructors

MiniLoggerConfig({bool withPrint = true, MiniLoggerLevelEnum? minPrintLevel, bool withSQLite = false, MiniLoggerLevelEnum? minSQLiteLevel, MiniLoggerLevelEnum? minUpLevel, bool withPrintColor = false, String tag = "mini_log", UpLogEvent? upLogEvent})
初始化配置

Properties

hashCode int
The hash code for this object.
no setterinherited
minPrintLevel MiniLoggerLevelEnum?
no setter
minSQLiteLevel MiniLoggerLevelEnum?
no setter
minUpLevel MiniLoggerLevelEnum?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
no setter
upLogEvent UpLogEvent?
日志上传事件,不设置时不上传,将在每次打印时,结合minUpLevel判断是否上传
getter/setter pair
withPrint bool?
no setter
withPrintColor bool?
no setter
withSQLite bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited