log4cplus
1.1.0
|
This class is used to "handle" errors encountered in an log4cplus::Appender. More...
#include <appender.h>
Public Member Functions | |
ErrorHandler () | |
virtual | ~ErrorHandler ()=0 |
virtual void | error (const log4cplus::tstring &err)=0 |
virtual void | reset ()=0 |
This class is used to "handle" errors encountered in an log4cplus::Appender.
Definition at line 58 of file appender.h.
virtual log4cplus::ErrorHandler::~ErrorHandler | ( | ) | [pure virtual] |
virtual void log4cplus::ErrorHandler::error | ( | const log4cplus::tstring & | err | ) | [pure virtual] |
Implemented in log4cplus::OnlyOnceErrorHandler.
virtual void log4cplus::ErrorHandler::reset | ( | ) | [pure virtual] |
Implemented in log4cplus::OnlyOnceErrorHandler.