17 #include <QtCore/QObject> 18 #include <QtCore/QString> 19 #include <QtCore/QThread> 20 #include <QtCore/QHash> 37 const QString mMethodName;
38 static QHash<QThread *, int> mIndent;
44 #define L trikKernel::Debugger const debugger(Q_FUNC_INFO) Definition: analogSensor.h:23
Debugger(const QString &methodName)
Constructor.
Definition: debug.cpp:23
~Debugger() override
Definition: debug.cpp:36
Debug helper that logs function entry and exit.
Definition: debug.h:25