@Plugin(name="FullLocationPatternConverter", category="Converter") public final class FullLocationPatternConverter extends LogEventPatternConverter
| Modifier and Type | Field and Description |
|---|---|
private static FullLocationPatternConverter |
INSTANCE
Singleton.
|
LOGGERCATEGORY| Modifier | Constructor and Description |
|---|---|
private |
FullLocationPatternConverter()
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
format(LogEvent event,
java.lang.StringBuilder output)
Formats an event into a string buffer.
|
static FullLocationPatternConverter |
newInstance(java.lang.String[] options)
Obtains an instance of pattern converter.
|
format, handlesThrowable, isVariablegetName, getStyleClassprivate static final FullLocationPatternConverter INSTANCE
private FullLocationPatternConverter()
public static FullLocationPatternConverter newInstance(java.lang.String[] options)
options - options, may be null.public void format(LogEvent event, java.lang.StringBuilder output)
format in class LogEventPatternConverterevent - event to format, may not be null.output - string buffer to which the formatted event will be appended. May not be null.