public class XmlRpcErrorLogger
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
XmlRpcErrorLogger() |
Modifier and Type | Method and Description |
---|---|
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.
|