EZLogConfig class

Constructors

EZLogConfig(String logName, int maxLevel, String dirPath, int keepDays, CompressKind compress, CompressLevel compressLevel, CipherKind cipher, Uint8List? cipherKey, Uint8List? cipherNonce, int rorateHours, String? extra)
EZLogConfig.plaintext(String logName, int maxLevel, String dirPath, int keepDays)

Properties

cipher CipherKind
getter/setter pair
cipherKey Uint8List?
getter/setter pair
cipherNonce Uint8List?
getter/setter pair
compress CompressKind
getter/setter pair
compressLevel CompressLevel
getter/setter pair
dirPath String
getter/setter pair
enableTrace bool
getter/setter pair
extra String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keepDays int
getter/setter pair
logName String
getter/setter pair
maxLevel int
getter/setter pair
rorateHours int
getter/setter pair
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