public final class ListModelAppender extends AppenderSkeleton
closed, errorHandler, headFilter, layout, name, tailFilter, threshold
Constructor and Description |
---|
ListModelAppender()
Constructs a ListModelAppender.
|
Modifier and Type | Method and Description |
---|---|
protected void |
append(LoggingEvent event) |
void |
clearModel()
Removes all the Events from the model.
|
void |
close() |
javax.swing.ListModel |
getModel()
Returns a reference to the ListModel that contains all the LoggingEvents
that have been appended to this class.
|
boolean |
requiresLayout() |
activateOptions, addFilter, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold
public javax.swing.ListModel getModel()
protected void append(LoggingEvent event)
append
in class AppenderSkeleton
public void close()
public void clearModel()
public boolean requiresLayout()
Copyright © 2006-2019 OPS4J - Open Participation Software for Java. All Rights Reserved.