- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase<E>
-
- ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy<E>
-
- ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP<E>
-
- All Implemented Interfaces:
TimeBasedFileNamingAndTriggeringPolicy<E>,TriggeringPolicy<E>,ContextAware,LifeCycle
public class SizeAndTimeBasedFNATP<E> extends SizeAndTimeBasedFileNamingAndTriggeringPolicy<E>
SizeAndTimeBasedFNATPclass was renamed asSizeAndTimeBasedFileNamingAndTriggeringPolicyin version 1.5.8. In version 1.5.16 it was reintroduced to preserve backward compatibility with existing configurations.- Since:
- removed in 1.5.8 and reintroduced in 1.5.16
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy
lengthCounter
-
Fields inherited from class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
archiveRemover, artificialCurrentTime, atomicNextCheck, dateInCurrentPeriod, elapsedPeriodsFileName, errorFree, rc, started, tbrp, zoneId
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
-
Constructor Summary
Constructors Constructor Description SizeAndTimeBasedFNATP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()-
Methods inherited from class ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy
createArchiveRemover, getCheckIncrement, getCurrentPeriodsFileNameWithoutCompressionSuffix, getLengthCounter, isTriggeringEvent, setCheckIncrement, setMaxFileSize
-
Methods inherited from class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
computeNextCheck, getArchiveRemover, getCurrentTime, getElapsedPeriodsFileName, isErrorFree, isStarted, setCurrentTime, setDateInCurrentPeriod, setTimeBasedRollingPolicy, stop, withErrors
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-
-
-
Constructor Detail
-
SizeAndTimeBasedFNATP
public SizeAndTimeBasedFNATP()
-
-