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