Package org.apache.xmlrpc.server
Class XmlRpcErrorLogger
- java.lang.Object
-
- org.apache.xmlrpc.server.XmlRpcErrorLogger
-
public class XmlRpcErrorLogger extends java.lang.ObjectInstances of this class can be used to customize the servers error logging.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description XmlRpcErrorLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlog(java.lang.String pMessage)Called to log the given error message.voidlog(java.lang.String pMessage, java.lang.Throwable pThrowable)Called to log the given error.
-