public abstract class AbstractFormattedAppender extends AbstractAppender
| Constructor and Description |
|---|
AbstractFormattedAppender() |
AbstractFormattedAppender(Formatter formatter,
ErrorHandler errorHandler) |
AbstractFormattedAppender(String name,
Formatter formatter,
ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOutput(Record record) |
abstract void |
handleOutput(String string) |
addFilter, clearFilters, close, getErrorHandler, getFilters, getFormatter, getName, handleError, isActive, publish, setActive, setErrorHandler, setFilter, setFilters, setFormatter, setNamepublic AbstractFormattedAppender()
public AbstractFormattedAppender(Formatter formatter, ErrorHandler errorHandler)
public AbstractFormattedAppender(String name, Formatter formatter, ErrorHandler errorHandler)
public void handleOutput(Record record) throws Exception
handleOutput in class AbstractAppenderExceptionCopyright © 2019. All rights reserved.