Package | Description |
---|---|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
Modifier and Type | Method and Description |
---|---|
PatternMatch |
PatternMatch.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static ScriptPatternSelector |
ScriptPatternSelector.createSelector(AbstractScript script,
PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration configuration)
Deprecated.
Use
ScriptPatternSelector.newBuilder() instead. |
static MarkerPatternSelector |
MarkerPatternSelector.createSelector(PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration configuration)
Deprecated.
Use
MarkerPatternSelector.newBuilder() instead. |
static LevelPatternSelector |
LevelPatternSelector.createSelector(PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration configuration)
Deprecated.
Use
LevelPatternSelector.newBuilder() instead. |
ScriptPatternSelector.Builder |
ScriptPatternSelector.Builder.setProperties(PatternMatch[] properties) |
MarkerPatternSelector.Builder |
MarkerPatternSelector.Builder.setProperties(PatternMatch[] properties) |
LevelPatternSelector.Builder |
LevelPatternSelector.Builder.setProperties(PatternMatch[] properties) |
Constructor and Description |
---|
LevelPatternSelector(PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration config)
Deprecated.
Use
LevelPatternSelector.newBuilder() instead. This will be private in a future version. |
MarkerPatternSelector(PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration config)
Deprecated.
Use
MarkerPatternSelector.newBuilder() instead. This will be private in a future version. |
ScriptPatternSelector(AbstractScript script,
PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean disableAnsi,
boolean noConsoleNoAnsi,
Configuration config)
Deprecated.
Use
ScriptPatternSelector.newBuilder() instead. This will be private in a future version. |
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.