org.weborganic.bastille.log.logback
Class RecentEvent

java.lang.Object
  extended by org.weborganic.bastille.log.logback.RecentEvent
All Implemented Interfaces:
XMLWritable, Serializable

public final class RecentEvent
extends Object
implements XMLWritable, Serializable

Holds the information about a log event.

Each object only keeps references to the objects passed by the TurboFilter.

It will not serialise the objects until requested by the generator.

Since:
Bastille 0.8.5
See Also:
Serialized Form

Method Summary
 void toXML(XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toXML

public void toXML(XMLWriter xml)
           throws IOException
Specified by:
toXML in interface XMLWritable
Throws:
IOException