EasyConfig class

基本配置

Implementers

Constructors

EasyConfig({EasyLogHandler? logger, EasyLogLevel? logLevel, String? logTag, String? logFilePath, int? logFileBackup, int? logFileMaxBytes})

Properties

hashCode int
The hash code for this object.
no setterinherited
logFileBackup int?
日志文件保存数量
final
logFileMaxBytes int?
日志文件每份大小(字节)
final
logFilePath String?
日志输出文件路径
final
logger EasyLogHandler?
日志处理方法
final
logLevel EasyLogLevel?
日志级别
final
logTag String?
日志标签
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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