XmlRpc::XmlRpcLogHandler Class Reference
An interface allowing custom handling of informational message reporting.
More...
#include <XmlRpc.h>
List of all members.
Detailed Description
An interface allowing custom handling of informational message reporting.
Definition at line 60 of file XmlRpc.h.
Constructor & Destructor Documentation
virtual XmlRpc::XmlRpcLogHandler::~XmlRpcLogHandler |
( |
|
) |
[inline, virtual] |
Member Function Documentation
static XmlRpcLogHandler* XmlRpc::XmlRpcLogHandler::getLogHandler |
( |
|
) |
[inline, static] |
Returns a pointer to the currently installed message reporting object.
Definition at line 65 of file XmlRpc.h.
static int XmlRpc::XmlRpcLogHandler::getVerbosity |
( |
|
) |
[inline, static] |
Returns the level of verbosity of informational messages. 0 is no output, 5 is very verbose.
Definition at line 73 of file XmlRpc.h.
virtual void XmlRpc::XmlRpcLogHandler::log |
( |
int |
level, |
|
|
const char * |
msg | |
|
) |
| | [pure virtual] |
Output a message. Custom error handlers should define this method.
Implemented in DefaultLogHandler.
static void XmlRpc::XmlRpcLogHandler::setLogHandler |
( |
XmlRpcLogHandler * |
lh |
) |
[inline, static] |
Specifies the message handler.
Definition at line 69 of file XmlRpc.h.
static void XmlRpc::XmlRpcLogHandler::setVerbosity |
( |
int |
v |
) |
[inline, static] |
Specify the level of verbosity of informational messages. 0 is no output, 5 is very verbose.
Definition at line 77 of file XmlRpc.h.
Member Data Documentation
The documentation for this class was generated from the following files: