| Package | Description |
|---|---|
| org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
| Modifier and Type | Field and Description |
|---|---|
private EncodingPatternConverter.EscapeFormat |
EncodingPatternConverter.escapeFormat |
| Modifier and Type | Method and Description |
|---|---|
static EncodingPatternConverter.EscapeFormat |
EncodingPatternConverter.EscapeFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingPatternConverter.EscapeFormat[] |
EncodingPatternConverter.EscapeFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EncodingPatternConverter(java.util.List<PatternFormatter> formatters,
EncodingPatternConverter.EscapeFormat escapeFormat)
Private constructor.
|