Fawkes API
Fawkes Development Version
|
24 #ifndef _ASPECT_INIFINS_LOGGER_H_
25 #define _ASPECT_INIFINS_LOGGER_H_
27 #include <aspect/inifins/inifin.h>
28 #include <aspect/logger.h>
Aspect initializer/finalizer base class.
Fawkes library namespace.
LoggerAspectIniFin(LoggerEmployer *employer)
Constructor.
virtual void init(Thread *thread)
Initialize thread.
virtual void finalize(Thread *thread)
Finalize thread.
Initializer/finalizer for the LoggerAspect.
Thread class encapsulation of pthreads.
Logger employer The LoggerEmployer shall pipe all log messages of the system to added loggers.