24 #include <aspect/inifins/logging.h> 25 #include <aspect/logging.h> 46 logging_thread = dynamic_cast<LoggingAspect *>(thread);
47 if (logging_thread == 0) {
49 "LoggingAspect, but RTTI says it " Fawkes library namespace.
LoggingAspectIniFin(Logger *logger)
Constructor.
Thread class encapsulation of pthreads.
Thread cannot be initialized.
void init_LoggingAspect(Logger *logger)
Set the logger.
virtual void finalize(Thread *thread)
Finalize thread.
const char * name() const
Get name of thread.
Thread aspect to log output.
virtual void init(Thread *thread)
Initialize thread.
Aspect initializer/finalizer base class.