Package | Description |
---|---|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
Modifier and Type | Method | Description |
---|---|---|
PatternMatch |
PatternMatch.Builder.build() |
Modifier and Type | Method | Description |
---|---|---|
static MarkerPatternSelector |
MarkerPatternSelector.createSelector(PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration configuration) |
Deprecated.
Use
MarkerPatternSelector.newBuilder() instead. |
static ScriptPatternSelector |
ScriptPatternSelector.createSelector(AbstractScript script,
PatternMatch[] properties,
String defaultPattern,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
Configuration configuration) |
Deprecated.
Use
ScriptPatternSelector.newBuilder() instead. |
MarkerPatternSelector.Builder |
MarkerPatternSelector.Builder.setProperties(PatternMatch[] properties) |
|
ScriptPatternSelector.Builder |
ScriptPatternSelector.Builder.setProperties(PatternMatch[] properties) |
Constructor | Description |
---|---|
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-2018. 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.