|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlrpc.server.XmlRpcErrorLogger
public class XmlRpcErrorLogger
Instances of this class can be used to customize the servers error logging.
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 |
Constructor Detail |
---|
public XmlRpcErrorLogger()
Method Detail |
---|
public void log(java.lang.String pMessage, java.lang.Throwable pThrowable)
public void log(java.lang.String pMessage)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |