log4cplus
2.1.0
|
This class is used to "handle" errors encountered in an {}. 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 {}.
Definition at line 61 of file appender.h.
log4cplus::ErrorHandler::ErrorHandler | ( | ) |
|
pure virtual |
|
pure virtual |
Implemented in log4cplus::OnlyOnceErrorHandler.
|
pure virtual |
Implemented in log4cplus::OnlyOnceErrorHandler.