org.activemath.events.log
Class EventLogDbWriter

java.lang.Object
  extended by org.activemath.events.log.EventLogDbWriter
All Implemented Interfaces:
EventLogger

public class EventLogDbWriter
extends Object
implements EventLogger

Describe me!


Constructor Summary
EventLogDbWriter()
           
 
Method Summary
 void logEvent(ActivemathEvent e)
          Log event to the logging DB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogDbWriter

public EventLogDbWriter()
Parameters:
dbUrl -
Method Detail

logEvent

public void logEvent(ActivemathEvent e)
Log event to the logging DB.

Specified by:
logEvent in interface EventLogger