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