Public Member Functions | |
FakeLogHandler () | |
virtual 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 () |
Public Attributes | |
int | last_level |
std::string | last_msg |
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 30 of file test_util.cpp.
|
inline |
Definition at line 32 of file test_util.cpp.
|
inlinevirtual |
Output a message. Custom error handlers should define this method.
Implements XmlRpc::XmlRpcLogHandler.
Definition at line 34 of file test_util.cpp.
int FakeLogHandler::last_level |
Definition at line 39 of file test_util.cpp.
std::string FakeLogHandler::last_msg |
Definition at line 40 of file test_util.cpp.