Package org.apache.log4j.chainsaw
Class ChainsawEventBatch
java.lang.Object
org.apache.log4j.chainsaw.ChainsawEventBatch
A container class that contains a group of events split up
into branches based on Identifiers
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) List<org.apache.log4j.spi.LoggingEvent>
Returns a Collection of LoggingEvent objects that are bound to the identifierReturns an iterator of Identifier strings that this payload contains.
-
Field Details
-
identEventMap
-
-
Constructor Details
-
ChainsawEventBatch
ChainsawEventBatch()
-
-
Method Details
-
addEvent
- Parameters:
ident
-e
-
-
identifierIterator
Returns an iterator of Identifier strings that this payload contains.The values returned from this iterator can be used to query the
- Returns:
- Iterator
-
entrySet
Returns a Collection of LoggingEvent objects that are bound to the identifier- Parameters:
identifier
-- Returns:
- Collection of LoggingEvent instances
-