Package ch.qos.logback.core.rolling
Class FixedWindowRollingPolicy
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.rolling.RollingPolicyBase
-
- ch.qos.logback.core.rolling.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 Summary
Fields Modifier and Type Field Description static java.lang.String
ZIP_ENTRY_DATE_PATTERN
Deprecated.
-
Constructor Summary
Constructors Constructor Description FixedWindowRollingPolicy()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getActiveFileName()
Deprecated.Return the value of the parent's RawFile property.int
getMaxIndex()
Deprecated.int
getMinIndex()
Deprecated.void
rollover()
Deprecated.Rolls over log files according to implementation policy.void
setMaxIndex(int maxIndex)
Deprecated.void
setMinIndex(int minIndex)
Deprecated.void
start()
Deprecated.-
Methods inherited from class ch.qos.logback.core.rolling.RollingPolicyBase
getCompressionMode, getFileNamePattern, getParentsRawFileProperty, isParentPrudent, isStarted, setFileNamePattern, setParent, stop
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Field Detail
-
ZIP_ENTRY_DATE_PATTERN
public static final java.lang.String ZIP_ENTRY_DATE_PATTERN
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start()
Deprecated.- Specified by:
start
in interfaceLifeCycle
- Overrides:
start
in classRollingPolicyBase
-
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 itsTriggeringPolicy
.- Throws:
RolloverFailure
- Thrown if the rollover operation fails for any reason.
-
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.
-
-