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