Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.IfFileName
-
Packages that use IfFileName Package Description org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender. -
-
Uses of IfFileName in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action that return IfFileName Modifier and Type Method Description static IfFileName
IfFileName. createNameCondition(String glob, String regex, PathCondition... nestedConditions)
Creates a IfFileName condition that returns true if either the specified glob pattern or the regular expression matches the relative path.
-