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 PatternMatch
PatternMatch.Builder. build()
Methods in org.apache.logging.log4j.core.layout with parameters of type PatternMatch Modifier and Type Method Description static LevelPatternSelector
LevelPatternSelector. createSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration)
Deprecated.UseLevelPatternSelector.newBuilder()
instead.static MarkerPatternSelector
MarkerPatternSelector. createSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration)
Deprecated.UseMarkerPatternSelector.newBuilder()
instead.static ScriptPatternSelector
ScriptPatternSelector. createSelector(AbstractScript script, PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration)
Deprecated.UseScriptPatternSelector.newBuilder()
instead.LevelPatternSelector.Builder
LevelPatternSelector.Builder. setProperties(PatternMatch[] properties)
MarkerPatternSelector.Builder
MarkerPatternSelector.Builder. setProperties(PatternMatch[] properties)
ScriptPatternSelector.Builder
ScriptPatternSelector.Builder. setProperties(PatternMatch[] properties)
Constructors in org.apache.logging.log4j.core.layout with parameters of type PatternMatch Constructor Description LevelPatternSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration config)
Deprecated.UseLevelPatternSelector.newBuilder()
instead.MarkerPatternSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration config)
Deprecated.UseMarkerPatternSelector.newBuilder()
instead.ScriptPatternSelector(AbstractScript script, PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean disableAnsi, boolean noConsoleNoAnsi, Configuration config)
Deprecated.UseScriptPatternSelector.newBuilder()
instead.
-