Uses of Class
org.apache.logging.log4j.core.layout.PatternMatch
-
Uses of PatternMatch in org.apache.logging.log4j.core.layout
Modifier and TypeMethodDescriptionstatic LevelPatternSelector
LevelPatternSelector.createSelector
(PatternMatch[] properties, String defaultPattern, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, Configuration configuration) Deprecated.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.setProperties
(PatternMatch[] properties) MarkerPatternSelector.Builder.setProperties
(PatternMatch[] properties) ScriptPatternSelector.Builder.setProperties
(PatternMatch[] properties) ModifierConstructorDescriptionLevelPatternSelector
(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.