ZNC
trunk
|
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. More... | |
#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. |