public final class LineLocationPatternConverter extends LoggingEventPatternConverter
限定符和类型 | 方法和说明 |
---|---|
void |
format(LoggingEvent event,
java.lang.StringBuffer output)
Formats an event into a string buffer.
|
static LineLocationPatternConverter |
newInstance(java.lang.String[] options)
Obtains an instance of pattern converter.
|
format, handlesThrowable
getName, getStyleClass
public static LineLocationPatternConverter newInstance(java.lang.String[] options)
options
- options, may be null.public void format(LoggingEvent event, java.lang.StringBuffer output)
format
在类中 LoggingEventPatternConverter
event
- event to format, may not be null.output
- string buffer to which the formatted event will be appended. May not be null.