public final class LineSeparatorPatternConverter extends LoggingEventPatternConverter
| Modifier and Type | Method and Description |
|---|---|
void |
format(LoggingEvent event,
StringBuffer toAppendTo)
Formats an event into a string buffer.
|
void |
format(Object obj,
StringBuffer toAppendTo)
Formats an object into a string buffer.
|
static LineSeparatorPatternConverter |
newInstance(String[] options)
Obtains an instance of pattern converter.
|
handlesThrowablegetName, getStyleClasspublic static LineSeparatorPatternConverter 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.public void format(Object obj, StringBuffer toAppendTo)
format in class LoggingEventPatternConverterobj - 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.