Class FixedWindowRollingPolicy

  • All Implemented Interfaces:
    RollingPolicy, ContextAware, LifeCycle

    public class FixedWindowRollingPolicy
    extends RollingPolicyBase
    When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm. For more information about this policy, please refer to the online manual at http://logback.qos.ch/manual/appenders.html#FixedWindowRollingPolicy
    • Field Detail

      • ZIP_ENTRY_DATE_PATTERN

        public static final java.lang.String ZIP_ENTRY_DATE_PATTERN
        See Also:
        Constant Field Values
    • Constructor Detail

      • FixedWindowRollingPolicy

        public FixedWindowRollingPolicy()
    • Method Detail

      • getActiveFileName

        public java.lang.String getActiveFileName()
        Return the value of the parent's RawFile property.
      • getMaxIndex

        public int getMaxIndex()
      • getMinIndex

        public int getMinIndex()
      • setMaxIndex

        public void setMaxIndex​(int maxIndex)
      • setMinIndex

        public void setMinIndex​(int minIndex)