CBLLogFileConfiguration class

Constructors

CBLLogFileConfiguration({required CBLLogLevel level, required String directory, required int maxRotateCount, required int maxSize, required bool usePlainText})

Properties

directory String
final
hashCode int
The hash code for this object.
no setterinherited
level CBLLogLevel
final
maxRotateCount int
final
maxSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePlainText bool
final

Methods

copyWith({CBLLogLevel? level, String? directory, int? maxRotateCount, int? maxSize, bool? usePlainText}) CBLLogFileConfiguration
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.
override