Package com.couchbase.lite
Class Defaults.LogFile
java.lang.Object
com.couchbase.lite.Defaults.LogFile
- Enclosing class:
 - Defaults
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int1 rotated file present (2 total, including the currently active log file)static final long512 KiB for the size of a log filestatic final booleanPlaintext is not used, and instead binary encoding is used in log files - 
Method Summary
 
- 
Field Details
- 
USE_PLAIN_TEXT
public static final boolean USE_PLAIN_TEXTPlaintext is not used, and instead binary encoding is used in log files- 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:
 
 
 -