private class PatternParser.LocationPatternConverter extends PatternConverter
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
type |
| Constructor and Description |
|---|
LocationPatternConverter(FormattingInfo formattingInfo,
int type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(LoggingEvent event)
Derived pattern converters must override this method in order to
convert conversion specifiers in the correct way.
|
format, spacePadLocationPatternConverter(FormattingInfo formattingInfo, int type)
public java.lang.String convert(LoggingEvent event)
PatternConverterconvert in class PatternConverter