#include <QtGlobal>
#include <QString>
#include "freemheg.h"
Go to the source code of this file.
◆ MHASSERT
#define MHASSERT |
( |
|
f | ) |
Q_ASSERT(f) |
◆ MHLOG
#define MHLOG |
( |
|
__level, |
|
|
|
__text |
|
) |
| |
Value:do { \
mhlog_fn(__text); \
} while (false)
Definition at line 36 of file Logging.h.
◆ MHERROR
#define MHERROR |
( |
|
__text | ) |
|
Value:do { \
mhlog_fn(__text); \
throw "Failed"; \
} while (false)
Definition at line 42 of file Logging.h.
◆ mhlog_fn()
void mhlog_fn |
( |
const QString & |
logtext | ) |
|
◆ gMHLogoptions
◆ gMHLogStream