Uses of Class
org.apache.log4j.chainsaw.ChainsawEventBatch
-
Packages that use ChainsawEventBatch Package Description org.apache.log4j.chainsaw -
-
Uses of ChainsawEventBatch in org.apache.log4j.chainsaw
Methods in org.apache.log4j.chainsaw with parameters of type ChainsawEventBatch Modifier and Type Method Description private voidChainsawAppenderHandler.WorkQueue.WorkerThread. dispatchEventBatch(ChainsawEventBatch eventBatch)Dispatches the event batches contents to all the interested parties by iterating over each identifier and dispatching the ChainsawEventBatchEntry object to each listener that is interested.
-