Uses of Enum
org.apache.logging.log4j.core.appender.rolling.RolloverFrequency
Packages that use RolloverFrequency
Package
Description
Rolling File Appender and support classes.
-
Uses of RolloverFrequency in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as RolloverFrequencyMethods in org.apache.logging.log4j.core.appender.rolling that return RolloverFrequencyModifier and TypeMethodDescriptionprivate RolloverFrequency
PatternProcessor.calculateFrequency
(String pattern) PatternProcessor.getFrequency()
static RolloverFrequency
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.