Uses of Class
org.apache.logging.log4j.core.layout.PatternMatch
-
Packages that use PatternMatch Package Description org.apache.logging.log4j.core.layout Log4j 2 Layout support. -
-
Uses of PatternMatch in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return PatternMatch Modifier and Type Method Description PatternMatchPatternMatch.Builder. build()Methods in org.apache.logging.log4j.core.layout with parameters of type PatternMatch Modifier and Type Method Description static MarkerPatternSelectorMarkerPatternSelector. createSelector(PatternMatch[] properties, java.lang.String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration)Deprecated.UseMarkerPatternSelector.newBuilder()instead.static ScriptPatternSelectorScriptPatternSelector. createSelector(AbstractScript script, PatternMatch[] properties, java.lang.String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration)Deprecated.UseScriptPatternSelector.newBuilder()instead.MarkerPatternSelector.BuilderMarkerPatternSelector.Builder. setProperties(PatternMatch[] properties)ScriptPatternSelector.BuilderScriptPatternSelector.Builder. setProperties(PatternMatch[] properties)Constructors in org.apache.logging.log4j.core.layout with parameters of type PatternMatch Constructor Description MarkerPatternSelector(PatternMatch[] properties, java.lang.String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration config)Deprecated.UseMarkerPatternSelector.newBuilder()instead.ScriptPatternSelector(AbstractScript script, PatternMatch[] properties, java.lang.String defaultPattern, boolean alwaysWriteExceptions, boolean disableAnsi, boolean noConsoleNoAnsi, Configuration config)Deprecated.UseScriptPatternSelector.newBuilder()instead.
-