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());
Thread class encapsulation of pthreads.
Thread cannot be initialized.
void init_LoggingAspect(Logger *logger)
Set the logger.
virtual void finalize(Thread *thread)
Finalize thread.
Thread aspect to log output.
const char * name() const
Get name of thread.
virtual void init(Thread *thread)
Initialize thread.
Aspect initializer/finalizer base class.