Uses of Interface
org.apache.log4j.chainsaw.EventBatchListener
-
Packages that use EventBatchListener Package Description org.apache.log4j.chainsaw -
-
Uses of EventBatchListener in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement EventBatchListener Modifier and Type Class Description class
LogPanel
A LogPanel provides a view to a collection of LoggingEvents.
As events are received, the keywords in the 'tab identifier' application preference are replaced with the values from the received event.private class
LogUI.NewTabEventBatchReceiver
This class handles the recption of the Event batches and creates new LogPanels if the identifier is not in use otherwise it ignores the event batch.Methods in org.apache.log4j.chainsaw with parameters of type EventBatchListener Modifier and Type Method Description void
ChainsawAppenderHandler. addCustomEventBatchListener(java.lang.String identifier, EventBatchListener l)
void
ChainsawAppenderHandler. addEventBatchListener(EventBatchListener l)
void
ChainsawAppenderHandler. removeEventBatchListener(EventBatchListener l)
-