Class FileRotate


  • public class FileRotate
    extends Enum
    Specifies the log rotate mode for the FileProtocol class and derived classes.
    • Field Detail

      • None

        public static final FileRotate None
        Completely disables the log rotate functionality.
      • Hourly

        public static final FileRotate Hourly
        Instructs the file protocol to rotate log files hourly.
      • Daily

        public static final FileRotate Daily
        Instructs the file protocol to rotate log files daily.
      • Weekly

        public static final FileRotate Weekly
        Instructs the file protocol to rotate log files weekly.
      • Monthly

        public static final FileRotate Monthly
        Instructs the file protocol to rotate log files monthly.