org.af.commons.logging
Class ApplicationLog

java.lang.Object
  extended by java.util.Observable
      extended by org.af.commons.logging.ApplicationLog

public class ApplicationLog
extends Observable


Constructor Summary
ApplicationLog()
           
 
Method Summary
 void addEvent(org.apache.log4j.spi.LoggingEvent e)
           
 List<org.apache.log4j.spi.LoggingEvent> getEventsAbove(org.apache.log4j.Level level)
           
 String getSystemInfo()
           
 void reset()
           
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLog

public ApplicationLog()
Method Detail

addEvent

public void addEvent(org.apache.log4j.spi.LoggingEvent e)

reset

public void reset()

getEventsAbove

public List<org.apache.log4j.spi.LoggingEvent> getEventsAbove(org.apache.log4j.Level level)

getSystemInfo

public String getSystemInfo()