Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.IfAccumulatedFileCount
-
Packages that use IfAccumulatedFileCount Package Description org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender. -
-
Uses of IfAccumulatedFileCount in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action that return IfAccumulatedFileCount Modifier and Type Method Description static IfAccumulatedFileCount
IfAccumulatedFileCount. createFileCountCondition(int threshold, PathCondition... nestedConditions)
Create an IfAccumulatedFileCount condition.
-