EncryptedLogFileOptions class
Options for log file handling in encrypted handlers.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logNamePrefix → String
-
Prefix of each log file created by this handler.
final
- maxFilesCount → int
-
Maximum count of files to keep.
final
- maxLogSizeInMb → int
-
Maximum size of a log file in MB.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedLevels
→ List<
BDLevel> -
Supported BDLevel of BDLogRecord.
final
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