Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Field and Description |
---|---|
private RolloverFrequency |
PatternProcessor.frequency |
Modifier and Type | Method and Description |
---|---|
private RolloverFrequency |
PatternProcessor.calculateFrequency(java.lang.String pattern) |
RolloverFrequency |
PatternProcessor.getFrequency() |
static RolloverFrequency |
RolloverFrequency.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RolloverFrequency[] |
RolloverFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|