Main Page   Class Hierarchy   Compound List   File List   Compound 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

XmlRpcLogHandler * getLogHandler ()
 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 Thu Mar 6 11:32:58 2003 for XmlRpc++ by doxygen1.3-rc3