|
ZNC trunk
|
Include dependency graph for ZNCDebug.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | CDebug |
| class | CDebugStream |
Macros | |
| #define | DEBUG(f) |
| Output a debug info if debugging is enabled. | |
| #define DEBUG | ( | f | ) |
Output a debug info if debugging is enabled.
If ZNC was compiled with –enable-debug or was started with –debug, the given argument will be sent to stdout.
You can use all the features of C++ streams:
| f | The expression you want to display. |