Class Defaults.LogFile

  • Enclosing class:
    Defaults

    public static final class Defaults.LogFile
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_ROTATE_COUNT
      1 rotated file present (2 total, including the currently active log file)
      static long MAX_SIZE
      512 KiB for the size of a log file
      static boolean USE_PLAIN_TEXT
      Plaintext is not used, and instead binary encoding is used in log files
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values
      • MAX_SIZE

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

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