public final class LoggerPatternConverter extends NamePatternConverter
| Modifier and Type | Method and Description |
|---|---|
void |
format(LoggingEvent event,
StringBuffer toAppendTo)
Formats an event into a string buffer.
|
static LoggerPatternConverter |
newInstance(String[] options)
Obtains an instance of pattern converter.
|
abbreviateformat, handlesThrowablegetName, getStyleClasspublic static LoggerPatternConverter newInstance(String[] options)
options - options, may be null.public void format(LoggingEvent event, StringBuffer toAppendTo)
format in class LoggingEventPatternConverterevent - event to format, may not be null.toAppendTo - string buffer to which the formatted event will be appended. May not be null.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.