Main Page | Class Hierarchy | Class List | File List | Class Members

XmlRpc::XmlRpcLogHandler Class Reference

An interface allowing custom handling of informational message reporting. More...

#include <XmlRpc.h>

List of all members.

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

XmlRpcLogHandlergetLogHandler ()
 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


Detailed Description

An interface allowing custom handling of informational message reporting.


The documentation for this class was generated from the following files:
Generated on Tue Sep 20 02:39:48 2005 for XmlRpc++ by  doxygen 1.3.9.1