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