#include <Debug.h>
| Static Public Member Functions | |
| unsigned int | getDebugLevel () | 
| void | setDebugLevel (unsigned int level) | 
| void | print (const string &message, unsigned int debugLevel=1) | 
| void | printStream (unsigned int debugLevel=1) | 
| void | initWarning (const string &className, unsigned int debugLevel=1) | 
| Static Public Attributes | |
| ostringstream | stream | 
| A stream, so you can use the << operator for debugging. | |
| unsigned int | maxLevel = 10 | 
| The maximum debug level. | |
| Static Private Attributes | |
| unsigned int | m_debugLevel = 1 | 
| The debug level: 0 is no debug information, 1 is a little bit, and so on. | |
Definition at line 28 of file Debug.h.
 1.3.8
 1.3.8