Public Member Functions | |
LogCreator (const char *name, std::basic_streambuf< char > *streambuf) | |
virtual int | svc () |
Execute thread. | |
Static Public Attributes | |
static coil::Mutex | m_mutex |
Private Attributes | |
std::string | m_name |
std::basic_ostream< char > | m_out |
Definition at line 51 of file LoggerTests.cpp.
Logger::LogCreator::LogCreator | ( | const char * | name, |
std::basic_streambuf< char > * | streambuf | ||
) | [inline] |
Definition at line 55 of file LoggerTests.cpp.
virtual int Logger::LogCreator::svc | ( | void | ) | [inline, virtual] |
Execute thread.
Execute thread
Reimplemented from coil::Task.
Definition at line 62 of file LoggerTests.cpp.
coil::Mutex Logger::LogCreator::m_mutex [static] |
Definition at line 94 of file LoggerTests.cpp.
std::string Logger::LogCreator::m_name [private] |
Definition at line 90 of file LoggerTests.cpp.
std::basic_ostream<char> Logger::LogCreator::m_out [private] |
Definition at line 91 of file LoggerTests.cpp.