Uses of Interface
org.apache.log4j.chainsaw.EventBatchListener
Packages that use EventBatchListener
-
Uses of EventBatchListener in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement EventBatchListenerModifier and TypeClassDescriptionclass
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
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 EventBatchListenerModifier and TypeMethodDescriptionvoid
ChainsawAppenderHandler.addCustomEventBatchListener
(String identifier, EventBatchListener l) void
ChainsawAppenderHandler.addEventBatchListener
(EventBatchListener l) void
ChainsawAppenderHandler.removeEventBatchListener
(EventBatchListener l)