Class Defaults.LogFile

java.lang.Object
com.couchbase.lite.Defaults.LogFile
Enclosing class:
Defaults

public static final class Defaults.LogFile extends Object
  • Field Details

    • USE_PLAIN_TEXT

      public static final boolean USE_PLAIN_TEXT
      Plaintext is not used, and instead binary encoding is used in log files
      See Also:
    • MAX_SIZE

      public static final long MAX_SIZE
      512 KiB for the size of a log file
      See Also:
    • MAX_ROTATE_COUNT

      public static final int MAX_ROTATE_COUNT
      1 rotated file present (2 total, including the currently active log file)
      See Also: