Package | Description |
---|---|
ch.qos.logback.core.rolling.helper |
Internal helper classes used by
ch.qos.logback.core.rolling package. |
Modifier and Type | Method and Description |
---|---|
PeriodicityType |
RollingCalendar.computePeriodicityType(java.lang.String datePattern) |
PeriodicityType |
RollingCalendar.getPeriodicityType() |
static PeriodicityType |
PeriodicityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PeriodicityType[] |
PeriodicityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|