org.apache.xmlrpc.server
Class XmlRpcErrorLogger
java.lang.Object
org.apache.xmlrpc.server.XmlRpcErrorLogger
public class XmlRpcErrorLogger
- extends Object
Instances of this class can be used to customize the servers
error logging.
Method Summary |
void |
log(String pMessage)
Called to log the given error message. |
void |
log(String pMessage,
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 |
XmlRpcErrorLogger
public XmlRpcErrorLogger()
log
public void log(String pMessage,
Throwable pThrowable)
- Called to log the given error.
log
public void log(String pMessage)
- Called to log the given error message.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.