Package ch.qos.logback.core.rolling
Class SizeAndTimeBasedFNATP<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase<E>
ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP<E>
- All Implemented Interfaces:
TimeBasedFileNamingAndTriggeringPolicy<E>
,TriggeringPolicy<E>
,ContextAware
,LifeCycle
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) InvocationGate
(package private) FileSize
(package private) static String
(package private) static String
(package private) long
private final SizeAndTimeBasedFNATP.Usage
Fields inherited from class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
archiveRemover, artificialCurrentTime, dateInCurrentPeriod, elapsedPeriodsFileName, errorFree, nextCheck, rc, started, tbrp
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescription(package private) void
computeCurrentPeriodsHighestCounterValue
(String stemRegex) protected ArchiveRemover
Return the current periods file name without the compression suffix.boolean
isTriggeringEvent
(File activeFile, E event) Should roll-over be triggered at this time?void
setMaxFileSize
(FileSize aMaxFileSize) void
start()
private boolean
Methods inherited from class ch.qos.logback.core.rolling.TimeBasedFileNamingAndTriggeringPolicyBase
computeNextCheck, getArchiveRemover, getCurrentTime, getElapsedPeriodsFileName, isErrorFree, isStarted, setCurrentTime, setDateInCurrentPeriod, 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
-
Field Details
-
currentPeriodsCounter
int currentPeriodsCounter -
maxFileSize
FileSize maxFileSize -
nextSizeCheck
long nextSizeCheck -
MISSING_INT_TOKEN
-
MISSING_DATE_TOKEN
-
usage
-
invocationGate
InvocationGate invocationGate
-
-
Constructor Details
-
SizeAndTimeBasedFNATP
public SizeAndTimeBasedFNATP() -
SizeAndTimeBasedFNATP
-
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceLifeCycle
- Overrides:
start
in classTimeBasedFileNamingAndTriggeringPolicyBase<E>
-
validateDateAndIntegerTokens
private boolean validateDateAndIntegerTokens() -
createArchiveRemover
-
computeCurrentPeriodsHighestCounterValue
-
isTriggeringEvent
Description copied from interface:TriggeringPolicy
Should roll-over be triggered at this time?- Parameters:
activeFile
- A reference to the currently active log file.event
- A reference to the currently event.- Returns:
- true if a roll-over should occur.
-
getCurrentPeriodsFileNameWithoutCompressionSuffix
Description copied from interface:TimeBasedFileNamingAndTriggeringPolicy
Return the current periods file name without the compression suffix. This value is equivalent to the active file name.- Specified by:
getCurrentPeriodsFileNameWithoutCompressionSuffix
in interfaceTimeBasedFileNamingAndTriggeringPolicy<E>
- Overrides:
getCurrentPeriodsFileNameWithoutCompressionSuffix
in classTimeBasedFileNamingAndTriggeringPolicyBase<E>
- Returns:
- current period's file name (without compression suffix)
-
setMaxFileSize
-