Package | Description |
---|---|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
Modifier and Type | Method and Description |
---|---|
static PatternParser.ParserState |
PatternParser.ParserState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatternParser.ParserState[] |
PatternParser.ParserState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|