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