private static class PatternParser.BasicPatternConverter extends PatternConverter
Modifier and Type | Field and Description |
---|---|
(package private) int |
type |
Constructor and Description |
---|
BasicPatternConverter(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, spacePad
BasicPatternConverter(FormattingInfo formattingInfo, int type)
public java.lang.String convert(LoggingEvent event)
PatternConverter
convert
in class PatternConverter