kmail
kmdebug.h File Reference
#include <kdebug.h>
Include dependency graph for kmdebug.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | CREATE_COUNTER(x) int x ## _cnt=0 |
#define | CREATE_TIMER(x) |
#define | END_TIMER(x) |
#define | GRAB_TIMER(x) |
#define | INC_COUNTER(x) x ## _cnt++ |
#define | kmail_dbgstream kdbgstream |
#define | RESET_COUNTER(x) x ## _cnt=0 |
#define | SHOW_COUNTER(x) kdDebug(5006) << #x " == " << x ## _cnt << endl |
#define | SHOW_TIMER(x) |
#define | START_TIMER(x) |
Functions | |
static kmail_dbgstream | kmDebug (bool cond) |
static kmail_dbgstream | kmDebug () |
static kdbgstream | kmError (bool cond) |
static kdbgstream | kmError () |
static kdbgstream | kmFatal (bool cond) |
static kdbgstream | kmFatal () |
static kdbgstream | kmWarning (bool cond) |
static kdbgstream | kmWarning () |
Variables | |
static const int | kmail_debug_area = 5006 |
Define Documentation
#define SHOW_COUNTER | ( | x | ) | kdDebug(5006) << #x " == " << x ## _cnt << endl |
Function Documentation
static kmail_dbgstream kmDebug | ( | bool | cond | ) | [inline, static] |
Variable Documentation
const int kmail_debug_area = 5006 [static] |