EncryptedLogFileOptions class

Options for log file handling in encrypted handlers.

Constructors

EncryptedLogFileOptions({int maxFilesCount = 5, String logNamePrefix = '_log', int maxLogSizeInMb = 5, List<BDLevel> supportedLevels = const <BDLevel>[BDLevel.warning, BDLevel.success, BDLevel.error]})
Creates log file options with defaults.
const

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