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