Public Member Functions | |
void | log (int level, const char *msg) |
Output a message. Custom error handlers should define this method. More... | |
Public Member Functions inherited from XmlRpc::XmlRpcLogHandler | |
virtual | ~XmlRpcLogHandler () |
Additional Inherited Members | |
Static Public Member Functions inherited from XmlRpc::XmlRpcLogHandler | |
static XmlRpcLogHandler * | getLogHandler () |
Returns a pointer to the currently installed message reporting object. More... | |
static int | getVerbosity () |
Returns the level of verbosity of informational messages. 0 is no output, 5 is very verbose. More... | |
static void | setLogHandler (XmlRpcLogHandler *lh) |
Specifies the message handler. More... | |
static void | setVerbosity (int v) |
Specify the level of verbosity of informational messages. 0 is no output, 5 is very verbose. More... | |
Static Protected Attributes inherited from XmlRpc::XmlRpcLogHandler | |
static XMLRPCPP_DECL XmlRpcLogHandler * | _logHandler = &defaultLogHandler |
static XMLRPCPP_DECL int | _verbosity = 0 |
Definition at line 31 of file XmlRpcUtil.cpp.
|
inlinevirtual |
Output a message. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcLogHandler.
Definition at line 34 of file XmlRpcUtil.cpp.