public final class PropertiesPatternConverter extends LoggingEventPatternConverter
| Modifier and Type | Method and Description |
|---|---|
void |
format(LoggingEvent event,
StringBuffer toAppendTo)
Formats an event into a string buffer.
|
static PropertiesPatternConverter |
newInstance(String[] options)
Obtains an instance of PropertiesPatternConverter.
|
format, handlesThrowablegetName, getStyleClasspublic static PropertiesPatternConverter newInstance(String[] options)
options - options, may be null or first element contains name of property to format.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.