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 Details

  • Constructor Details

    • FixedWindowRollingPolicy

      public FixedWindowRollingPolicy()
      Deprecated.
  • Method Details

    • start

      public void start()
      Deprecated.
      Specified by:
      start in interface LifeCycle
      Overrides:
      start in class RollingPolicyBase
    • rollover

      public void rollover() throws RolloverFailure
      Deprecated.
      Description copied from interface: RollingPolicy
      Rolls over log files according to implementation policy.

      This method is invoked by RollingFileAppender, usually at the behest of its TriggeringPolicy.

      Throws:
      RolloverFailure - Thrown if the rollover operation fails for any reason.
    • getActiveFileName

      public 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.