public final class FullLocationPatternConverter extends LoggingEventPatternConverter
Modifier and Type | Field and Description |
---|---|
private static FullLocationPatternConverter |
INSTANCE
Singleton.
|
Modifier | Constructor and Description |
---|---|
private |
FullLocationPatternConverter()
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
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, handlesThrowable
getName, getStyleClass
private static final FullLocationPatternConverter INSTANCE
private FullLocationPatternConverter()
public static FullLocationPatternConverter newInstance(java.lang.String[] options)
options
- options, may be null.public void format(LoggingEvent event, java.lang.StringBuffer output)
format
in class LoggingEventPatternConverter
event
- event to format, may not be null.output
- string buffer to which the formatted event will be appended. May not be null.