Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.IfAny
-
Packages that use IfAny Package Description org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender. -
-
Uses of IfAny in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action that return IfAny Modifier and Type Method Description static IfAny
IfAny. createOrCondition(PathCondition... components)
Create a Composite PathCondition: accepts if any of the nested conditions accepts.
-