24 #ifndef __ASPECT_LOGGING_H_ 25 #define __ASPECT_LOGGING_H_ 27 #include <aspect/aspect.h> 28 #include <logging/logger.h> Fawkes aspect base class.
Fawkes library namespace.
virtual ~LoggingAspect()
Virtual empty Destructor.
Logger * logger
This is the Logger member used to access the logger.
void init_LoggingAspect(Logger *logger)
Set the logger.
Thread aspect to log output.
LoggingAspect()
Constructor.