public final class ClassNamePatternConverter extends NamePatternConverter
| Modifier and Type | Method and Description |
|---|---|
void |
format(LoggingEvent event,
StringBuffer toAppendTo)
Format a logging event.
|
static ClassNamePatternConverter |
newInstance(String[] options)
Gets an instance of ClassNamePatternConverter.
|
abbreviateformat, handlesThrowablegetName, getStyleClasspublic static ClassNamePatternConverter newInstance(String[] options)
options - options, may be null.public void format(LoggingEvent event, StringBuffer toAppendTo)
format in class LoggingEventPatternConverterevent - event to format.toAppendTo - string buffer to which class name will be appended.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.