AudioManager
7.6.6
Native Application Runtime Environment
|
#include <CAmLog.h>
Public Member Functions | |
CAmLog (const eCAmLogType type) | |
CAmLog () | |
~CAmLog () | |
void | setLogType (const eCAmLogType type) |
eCAmLogType | getLogType () const |
template<class T > | |
CAmLog & | operator<< (const T &t) |
Static Public Member Functions | |
static CAmLog * | getDefaultLog () |
Protected Member Functions | |
void | releaseLogger () |
void | instantiateLogger (const eCAmLogType type) |
CAmLog::CAmLog | ( | const eCAmLogType | type | ) |
Definition at line 49 of file CAmLog.cpp.
CAmLog::CAmLog | ( | ) |
Definition at line 54 of file CAmLog.cpp.
CAmLog::~CAmLog | ( | ) |
Definition at line 59 of file CAmLog.cpp.
|
static |
Definition at line 82 of file CAmLog.cpp.
eCAmLogType CAmLog::getLogType | ( | ) | const |
Definition at line 98 of file CAmLog.cpp.
|
protected |
Definition at line 70 of file CAmLog.cpp.
|
inline |
|
protected |
Definition at line 64 of file CAmLog.cpp.
void CAmLog::setLogType | ( | const eCAmLogType | type | ) |
Definition at line 88 of file CAmLog.cpp.