#include <parser.h>

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()). | |
You can't use this class directly; you must inherit it and override its member functions.
1.5.3