#include <Log.h>
Public Member Functions | |
virtual CLogStream & | ccustom (const int index)=0 |
virtual CLogStream & | cerr ()=0 |
CLog () | |
virtual CLogStream & | cout ()=0 |
int | getCustomLogIndex (const std::string &customLogName) |
virtual | ~CLog () |
Protected Attributes | |
std::string | mCustomLogStreamNames [LOG_MAX_CUSTOMLOGS] |
int | mNumCustomLogStreams |
CLog::CLog | ( | ) | [inline] |
virtual CLog::~CLog | ( | ) | [inline, virtual] |
virtual CLogStream& CLog::ccustom | ( | const int | index | ) | [pure virtual] |
Implemented in CStdLog.
virtual CLogStream& CLog::cerr | ( | ) | [pure virtual] |
Implemented in CStdLog.
virtual CLogStream& CLog::cout | ( | ) | [pure virtual] |
Implemented in CStdLog.
int CLog::getCustomLogIndex | ( | const std::string & | customLogName | ) | [inline] |
std::string CLog::mCustomLogStreamNames[LOG_MAX_CUSTOMLOGS] [protected] |
int CLog::mNumCustomLogStreams [protected] |