Class FixedWindowRollingPolicy

  • All Implemented Interfaces:
    RollingPolicy, ContextAware, LifeCycle

    @Deprecated(since="2022-01-27")
    public class FixedWindowRollingPolicy
    extends RollingPolicyBase
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    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
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FixedWindowRollingPolicy

        public FixedWindowRollingPolicy()
        Deprecated.
    • Method Detail

      • getActiveFileName

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

        public int getMaxIndex()
        Deprecated.
      • getMinIndex

        public int getMinIndex()
        Deprecated.
      • setMaxIndex

        public void setMaxIndex​(int maxIndex)
        Deprecated.
      • setMinIndex

        public void setMinIndex​(int minIndex)
        Deprecated.