#include <XmlRpc.h>
Public Member Functions | |
virtual void | log (int level, const char *msg)=0 |
Output a message. Custom error handlers should define this method. | |
Static Public Member Functions | |
XmlRpcLogHandler * | getLogHandler () |
Returns a pointer to the currently installed message reporting object. | |
void | setLogHandler (XmlRpcLogHandler *lh) |
Specifies the message handler. | |
int | getVerbosity () |
Returns the level of verbosity of informational messages. 0 is no output, 5 is very verbose. | |
void | setVerbosity (int v) |
Specify the level of verbosity of informational messages. 0 is no output, 5 is very verbose. | |
Static Protected Attributes | |
XmlRpcLogHandler * | _logHandler = &defaultLogHandler |
int | _verbosity = 0 |