Go to the source code of this file.
Defines | |
#define | NQ_NO_LOGGING 0 |
#define | NQ_DEBUGMODE_ONLY(a) {a;} |
#define | NQ_DBG_TYP 1 |
#define | NQ_DBG(MSG) {exampleNQLoggingSetParameters( NQ_DBG_TYP, __FILE__, __LINE__); exampleNQLoggingHandler MSG ;} |
Functions | |
void | exampleNQLoggingSetParameters (int aType, const char *aSrcFile, const int aLine) |
void | exampleNQLoggingHandler (const char *aFormatString,...) |
#define NQ_DBG | ( | MSG | ) | {exampleNQLoggingSetParameters( NQ_DBG_TYP, __FILE__, __LINE__); exampleNQLoggingHandler MSG ;} |
Definition at line 13 of file NQLogging.h.
Referenced by CNetworkQueue::close(), CNetworkQueue::create(), CNQMessagePool::Deinitialize(), CNQMessage::ExportMessageToPacketBuffer(), CNQLockMechanism::lock(), CNetworkQueue::ReceiveProcessTask(), CNetworkQueue::recvMsg(), CNetworkQueue::sendMsgTo(), CNetworkQueue::sendMsgToInternal(), CNetworkQueue::SendProcessTask(), CNetworkQueue::sendRecvMsg(), and CNQLockMechanism::unlock().
#define NQ_DBG_TYP 1 |
#define NQ_DEBUGMODE_ONLY | ( | a | ) | {a;} |
Definition at line 10 of file NQLogging.h.
Referenced by CNQMessagePool::Deinitialize(), CNQLockMechanism::lock(), and CNQLockMechanism::unlock().
#define NQ_NO_LOGGING 0 |
Definition at line 9 of file NQLogging.h.
void exampleNQLoggingHandler | ( | const char * | aFormatString, | |
... | ||||
) |
Definition at line 21 of file NQLogging.cpp.
void exampleNQLoggingSetParameters | ( | int | aType, | |
const char * | aSrcFile, | |||
const int | aLine | |||
) |
Definition at line 14 of file NQLogging.cpp.