Class FileNamePattern
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.FileNamePattern
- All Implemented Interfaces:
ContextAware
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
After parsing file name patterns, given a number or a date, instances of this
class can be used to compute a file name according to the file name pattern
and the current date or integer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.convertInt
(int i) Deprecated.convertMultipleArguments
(Object... objectList) Deprecated.boolean
Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.void
setPattern
(String pattern) Deprecated.toRegex()
Deprecated.Given date, convert this instance to a regular expressiontoRegexForFixedDate
(Date date) Deprecated.Given date, convert this instance to a regular expression.toString()
Deprecated.Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
FileNamePattern
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
getPrimaryDateTokenConverter
Deprecated. -
getIntegerTokenConverter
Deprecated. -
hasIntegerTokenCOnverter
public boolean hasIntegerTokenCOnverter()Deprecated. -
convertMultipleArguments
Deprecated. -
convert
Deprecated. -
convertInt
Deprecated. -
setPattern
Deprecated. -
getPattern
Deprecated. -
toRegexForFixedDate
Deprecated.Given date, convert this instance to a regular expression. Used to compute sub-regex when the pattern has both %d and %i, and the date is known. -
toRegex
Deprecated.Given date, convert this instance to a regular expression
-