Uses of Class
org.apache.logging.log4j.core.layout.PatternMatch
Packages that use PatternMatch
-
Uses of PatternMatch in org.apache.logging.log4j.core.layout
Classes in org.apache.logging.log4j.core.layout that implement interfaces with type arguments of type PatternMatchMethods in org.apache.logging.log4j.core.layout that return PatternMatchMethods in org.apache.logging.log4j.core.layout with parameters of type PatternMatchModifier and TypeMethodDescriptionstatic LevelPatternSelectorLevelPatternSelector.createSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration) Deprecated.static MarkerPatternSelectorMarkerPatternSelector.createSelector(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration) Deprecated.UseMarkerPatternSelector.newBuilder()instead.static ScriptPatternSelectorScriptPatternSelector.createSelector(AbstractScript script, PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration) Deprecated.UseScriptPatternSelector.newBuilder()instead.LevelPatternSelector.Builder.setProperties(PatternMatch[] properties) MarkerPatternSelector.Builder.setProperties(PatternMatch[] properties) ScriptPatternSelector.Builder.setProperties(PatternMatch[] properties) Constructors in org.apache.logging.log4j.core.layout with parameters of type PatternMatchModifierConstructorDescriptionLevelPatternSelector(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.
LevelPatternSelector.newBuilder()instead.