org.apache.xmlrpc.server
Class XmlRpcErrorLogger

java.lang.Object
  extended by org.apache.xmlrpc.server.XmlRpcErrorLogger

public class XmlRpcErrorLogger
extends java.lang.Object

Instances of this class can be used to customize the servers error logging.


Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
XmlRpcErrorLogger()
           
 
Method Summary
 void log(java.lang.String pMessage)
          Called to log the given error message.
 void log(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Called to log the given error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

XmlRpcErrorLogger

public XmlRpcErrorLogger()
Method Detail

log

public void log(java.lang.String pMessage,
                java.lang.Throwable pThrowable)
Called to log the given error.


log

public void log(java.lang.String pMessage)
Called to log the given error message.