Public Member Functions | Public Attributes | List of all members
FakeLogHandler Class Reference
Inheritance diagram for FakeLogHandler:
Inheritance graph
[legend]

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 XmlRpcLogHandlergetLogHandler ()
 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 XmlRpcLogHandler_logHandler = &defaultLogHandler
 
static int _verbosity = 0
 

Detailed Description

Definition at line 30 of file test_util.cpp.

Constructor & Destructor Documentation

FakeLogHandler::FakeLogHandler ( )
inline

Definition at line 32 of file test_util.cpp.

Member Function Documentation

virtual void FakeLogHandler::log ( int  level,
const char *  msg 
)
inlinevirtual

Output a message. Custom error handlers should define this method.

Implements XmlRpc::XmlRpcLogHandler.

Definition at line 34 of file test_util.cpp.

Member Data Documentation

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.


The documentation for this class was generated from the following file:


xmlrpcpp
Author(s): Chris Morley, Konstantin Pilipchuk, Morgan Quigley, Austin Hendrix
autogenerated on Sun Feb 3 2019 03:29:51