NQLogging.h File Reference

This graph shows which files directly or indirectly include this file:

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 Documentation

#define NQ_DBG ( MSG   )     {exampleNQLoggingSetParameters( NQ_DBG_TYP, __FILE__, __LINE__); exampleNQLoggingHandler MSG ;}

#define NQ_DBG_TYP   1

Definition at line 12 of file NQLogging.h.

Referenced by exampleNQLoggingHandler().

#define NQ_DEBUGMODE_ONLY (  )     {a;}

#define NQ_NO_LOGGING   0

Definition at line 9 of file NQLogging.h.


Function Documentation

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.


Generated on Tue Apr 22 18:19:58 2008 for NetworkQueue by  doxygen 1.5.5