public final class FileLocationPatternConverter extends LoggingEventPatternConverter
| Modifier and Type | Method | Description |
|---|---|---|
void |
format(LoggingEvent event,
java.lang.StringBuffer output) |
Formats an event into a string buffer.
|
static FileLocationPatternConverter |
newInstance(java.lang.String[] options) |
Obtains an instance of pattern converter.
|
format, handlesThrowableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getStyleClasspublic static FileLocationPatternConverter newInstance(java.lang.String[] options)
options - options, may be null.public void format(LoggingEvent event, java.lang.StringBuffer output)
format in class LoggingEventPatternConverterevent - event to format, may not be null.output - string buffer to which the formatted event will be appended. May not be null.Copyright 2000-2007 Apache Software Foundation.