KDECore
kdebug.cpp File Reference
#include "kdebug.h"
#include <unistd.h>
#include <stdio.h>
#include <config.h>
#include "kglobal.h"
#include "kstandarddirs.h"
#include "kdatetime.h"
#include "kcmdlineargs.h"
#include <kmessage.h>
#include <klocale.h>
#include <kconfiggroup.h>
#include <kurl.h>
#include <QtCore/QFile>
#include <QtCore/QHash>
#include <QtCore/QObject>
#include <QtCore/QChar>
#include <QtCore/QCoreApplication>
#include <stdlib.h>
#include <stdarg.h>
#include <ctype.h>
#include <syslog.h>
#include <errno.h>
#include <string.h>
#include <kconfig.h>
#include "kcomponentdata.h"
#include "kdebugdbusiface_p.h"
#include <QMutex>

Go to the source code of this file.
Defines | |
| #define | KDE_EXTENDED_DEBUG_OUTPUT |
Functions | |
| void | kClearDebugConfig () |
| QDebug | kDebugDevNull () |
| QDebug | kDebugStream (QtMsgType level, int area, const char *file, int line, const char *funcinfo) |
| QString | kRealBacktrace (int levels) |
| QDebug | operator<< (QDebug s, const KUrl &url) |
| QDebug | operator<< (QDebug s, const KDateTime &time) |
| QDebug | perror (QDebug s, KDebugTag) |
Variables | |
| bool | kde_kdebug_enable_dbus_interface = false |
Define Documentation
| #define KDE_EXTENDED_DEBUG_OUTPUT |
Definition at line 21 of file kdebug.cpp.
Function Documentation
| void kClearDebugConfig | ( | ) |
Definition at line 630 of file kdebug.cpp.
| QDebug perror | ( | QDebug | s, | |
| KDebugTag | ||||
| ) |
Definition at line 610 of file kdebug.cpp.
Variable Documentation
| bool kde_kdebug_enable_dbus_interface = false |
Definition at line 93 of file kdebug.cpp.
KDE 4.1 API Reference