conf::ConfLogger Class Reference

Logging interface for the configuration parser. More...

#include <parser.h>

Inheritance diagram for conf::ConfLogger:

conf::ConfStdLogger

List of all members.

Public Member Functions

virtual ~ConfLogger ()
 Destructor.
virtual void warning (std::string const &context, unsigned int line, std::string const &msg)=0
 Logs a warning message (called by Conf::warning()).
virtual void error (std::string const &context, unsigned int line, std::string const &error)=0
 Logs an error message (called by Conf::error()).


Detailed Description

ConfLogger is an interface that provides functions used by the Conf::debug() and Conf::error() functions, allowing programs to make whatever use they want from the messages sent by the parser.

You can't use this class directly; you must inherit it and override its member functions.


The documentation for this class was generated from the following file:
Generated on Fri Apr 18 22:03:28 2008 for Epona API by  doxygen 1.5.3