23 #ifndef __PLUGINS_XABSL_XABSL_TOOLS_H_
24 #define __PLUGINS_XABSL_XABSL_TOOLS_H_
26 #include <XabslEngine/XabslTools.h>
57 virtual bool readString(
char* destination,
int maxLength);
60 char read_and_omit_whitespace(
bool omit_whitespace);
61 bool read_from_file(
char *buf,
size_t buf_length);
Fawkes library namespace.
virtual void printError(const char *text)
Print error message.
virtual void printMessage(const char *text)
Print info message.
XabslLoggingErrorHandler(fawkes::Logger *logger)
Constructor.
Logging error handler for XABSL integration.