uk.ac.ic.doc.automed.util
Class LogServer

java.lang.Object
  extended by uk.ac.ic.doc.automed.util.LogServer

public class LogServer
extends java.lang.Object

LogServer.java

Represents the logging server

Author:
Duc M Le dmle@doc.ic.ac.uk

Constructor Summary
LogServer()
          Creates a new instance of LogServer
LogServer(RequestListener logHandler)
          Start logger with a custom request listener
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogServer

public LogServer()
          throws AutoMedException
Creates a new instance of LogServer

Throws:
AutoMedException

LogServer

public LogServer(RequestListener logHandler)
          throws AutoMedException
Start logger with a custom request listener

Throws:
AutoMedException