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 TypeClassDescriptionclassA 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 classThis 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 TypeMethodDescriptionvoidChainsawAppenderHandler.addCustomEventBatchListener(String identifier, EventBatchListener l) voidChainsawAppenderHandler.addEventBatchListener(EventBatchListener l) voidChainsawAppenderHandler.removeEventBatchListener(EventBatchListener l)