Uses of Class
org.apache.logging.log4j.core.appender.rolling.RolloverFrequency
-
Packages that use RolloverFrequency Package Description org.apache.logging.log4j.core.appender.rolling 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 RolloverFrequency Modifier and Type Field Description private RolloverFrequencyPatternProcessor. frequencyMethods in org.apache.logging.log4j.core.appender.rolling that return RolloverFrequency Modifier and Type Method Description private RolloverFrequencyPatternProcessor. calculateFrequency(java.lang.String pattern)RolloverFrequencyPatternProcessor. getFrequency()static RolloverFrequencyRolloverFrequency. 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.
-