#include <Core/core_defines2.h>
#include <Geom/Ax2.h>
#include <Geom/Dir.h>
#include <Geom/Pnt.h>
#include <Geom/Vec.h>
#include <Geom/Vec2d.h>
#include <QTextStream>
#include <sstream>
#include <string>
Go to the source code of this file.
|
CORE_EXPORT void | Core::setLogLevel (LOGLEVEL) |
|
CORE_EXPORT LOGLEVEL | Core::getLogLevel () |
|
void | Core::LogV (LOGLEVEL level, const QString &s, va_list ap) |
|
CORE_EXPORT LogClass | Core::Log (Core::LOGLEVEL level) |
|
CORE_EXPORT LogClass | Core::Log (Core::LOGLEVEL level, const char *msg,...) |
|
CORE_EXPORT void | Core::MessageAtScreen (QString fontName, int fontsize, Geom::Vec2d position, Geom::Vec color, const char *msg,...) |
|
CORE_EXPORT void | Core::MessageAtScreen (const char *msg,...) |
|
CORE_EXPORT void | cDebuggerBreak (char *message) |
|
CORE_EXPORT Core::LogClass | cDebug () |
|
CORE_EXPORT Core::LogClass | cInfo () |
|
CORE_EXPORT Core::LogClass | cError () |
|
CORE_EXPORT Core::LogClass | cWarn () |
|
CORE_EXPORT Core::LogClass | cDebug (const QString s) |
|
CORE_EXPORT Core::LogClass | cInfo (const QString s) |
|
CORE_EXPORT Core::LogClass | cError (const QString s) |
|
CORE_EXPORT Core::LogClass | cWarn (const QString s) |
|
CORE_EXPORT Core::LogClass | cDebug (const char *msg,...) |
|
CORE_EXPORT Core::LogClass | cInfo (const char *msg,...) |
|
CORE_EXPORT Core::LogClass | cError (const char *msg,...) |
|
CORE_EXPORT Core::LogClass | cWarn (const char *msg,...) |
|
◆ CLEARLASTERROR
◆ cUserDebug
#define cUserDebug |
( |
|
... | ) |
|
Value: { \
cWarn( __VA_ARGS__); \
}
static Core::Settings * getInstance()
◆ LASTERROR
◆ LOGCOMMAND
◆ LOGCOMMAND_DEBUG
◆ LOGCOMMAND_INFO
◆ LOGCOMMAND_WARN
◆ LOGGING_ENABLED
◆ LOGVAR
#define LOGVAR |
( |
|
var | ) |
cDebug() << QString("%1 = %2").arg(#var).arg(var); |
◆ cDebug() [1/3]
◆ cDebug() [2/3]
◆ cDebug() [3/3]
◆ cDebuggerBreak()
◆ cError() [1/3]
◆ cError() [2/3]
◆ cError() [3/3]
◆ cInfo() [1/3]
◆ cInfo() [2/3]
◆ cInfo() [3/3]
◆ cWarn() [1/3]
◆ cWarn() [2/3]
◆ cWarn() [3/3]