Fawkes API
Fawkes Development Version
|
Logging error handler for XABSL integration. More...
#include "xabsl_tools.h"
Public Member Functions | |
XabslLoggingErrorHandler (fawkes::Logger *logger) | |
Constructor. | |
virtual void | printError (const char *text) |
Print error message. | |
virtual void | printMessage (const char *text) |
Print info message. |
Logging error handler for XABSL integration.
Simple error handler that prints errors to the Fawkes log.
XabslLoggingErrorHandler::XabslLoggingErrorHandler | ( | fawkes::Logger * | logger | ) |
void XabslLoggingErrorHandler::printError | ( | const char * | text | ) | [virtual] |
Print error message.
text | text of the error message |
Definition at line 50 of file xabsl_tools.cpp.
References fawkes::Logger::log_error().
void XabslLoggingErrorHandler::printMessage | ( | const char * | text | ) | [virtual] |
Print info message.
text | text of the info message |
Definition at line 60 of file xabsl_tools.cpp.
References fawkes::Logger::log_info().