Public Member Functions | |
CStdLog2Factory () | |
virtual CLogStream & | getLog (const std::string &name) |
~CStdLog2Factory () | |
Protected Attributes | |
pthread_mutex_t | mMutexLogLock |
Definition at line 14 of file StdLog2.cpp.
CStdLog2Factory::CStdLog2Factory | ( | ) | [inline] |
Definition at line 20 of file StdLog2.cpp.
CStdLog2Factory::~CStdLog2Factory | ( | ) | [inline] |
Definition at line 21 of file StdLog2.cpp.
virtual CLogStream& CStdLog2Factory::getLog | ( | const std::string & | name | ) | [inline, virtual] |
Implements CLog2Factory.
Definition at line 23 of file StdLog2.cpp.
pthread_mutex_t CStdLog2Factory::mMutexLogLock [protected] |
Definition at line 17 of file StdLog2.cpp.