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