Package com.couchbase.lite
Class Defaults.LogFile
java.lang.Object
com.couchbase.lite.Defaults.LogFile
- Enclosing class:
- Defaults
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
1 rotated file present (2 total, including the currently active log file)static final long
512 KiB for the size of a log filestatic final boolean
Deprecated.static final boolean
Plaintext is not used, and instead binary encoding is used in log files -
Method Summary
-
Field Details
-
USE_PLAINTEXT
public static final boolean USE_PLAINTEXTPlaintext is not used, and instead binary encoding is used in log files- See Also:
-
USE_PLAIN_TEXT
Deprecated.- See Also:
-
MAX_SIZE
public static final long MAX_SIZE512 KiB for the size of a log file- See Also:
-
MAX_ROTATE_COUNT
public static final int MAX_ROTATE_COUNT1 rotated file present (2 total, including the currently active log file)- See Also:
-