org.benow.log
Class LogBundle

java.lang.Object
  extended by org.benow.log.LogBundle

public class LogBundle
extends java.lang.Object


Field Summary
 java.util.List<org.apache.log4j.spi.LoggingEvent> events
           
 long stamp
           
 
Constructor Summary
LogBundle(java.util.List<org.apache.log4j.spi.LoggingEvent> events)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stamp

public long stamp

events

public java.util.List<org.apache.log4j.spi.LoggingEvent> events
Constructor Detail

LogBundle

public LogBundle(java.util.List<org.apache.log4j.spi.LoggingEvent> events)