Package org.apache.xmlrpc.server
Class XmlRpcErrorLogger
java.lang.Object
org.apache.xmlrpc.server.XmlRpcErrorLogger
Instances of this class can be used to customize the servers
error logging.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
private static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
XmlRpcErrorLogger
public XmlRpcErrorLogger()
-
-
Method Details
-
log
Called to log the given error. -
log
Called to log the given error message.
-