Uses of Interface
org.apache.log4j.chainsaw.EventBatchListener
-
Packages that use EventBatchListener Package Description org.apache.log4j.chainsaw Chainsaw is a GUI log viewer and filter for the log4j package. -
-
Uses of EventBatchListener in org.apache.log4j.chainsaw
Classes in org.apache.log4j.chainsaw that implement EventBatchListener Modifier and Type Class Description classLogPanelA 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.Methods in org.apache.log4j.chainsaw with parameters of type EventBatchListener Modifier and Type Method Description voidChainsawAppenderHandler. addCustomEventBatchListener(String identifier, EventBatchListener l)voidChainsawAppenderHandler. addEventBatchListener(EventBatchListener l)voidChainsawAppenderHandler. removeEventBatchListener(EventBatchListener l)
-