ix.icore.log
Class EventLogger

java.lang.Object
  extended by ix.icore.log.EventLogger

public class EventLogger
extends java.lang.Object


Constructor Summary
EventLogger(IXAgent agent)
           
 
Method Summary
 void install()
           
 boolean isLogging()
           
 void log(HistoryEvent event)
           
static void main(java.lang.String[] argv)
          Simple test program.
 void processCommandLineArguments()
           
 void startLogging()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLogger

public EventLogger(IXAgent agent)
Method Detail

processCommandLineArguments

public void processCommandLineArguments()

install

public void install()

isLogging

public boolean isLogging()

startLogging

public void startLogging()

log

public void log(HistoryEvent event)

main

public static void main(java.lang.String[] argv)
Simple test program.