24 #include <aspect/inifins/logging.h> 25 #include <aspect/logging.h> 52 if (logging_thread == 0) {
54 "LoggingAspect, but RTTI says it " 55 "has not. ", thread->
name());
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.