COVISE Core
Classes | Namespaces | Macros
coConfigLog.h File Reference
#include <util/coTypes.h>
#include <QTextStream>
#include <qtutil/Qt5_15_deprecated.h>
#include <config/coConfig.h>
Include dependency graph for coConfigLog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  covise::coConfigLog
 

Namespaces

namespace  covise
 list of all chemical elements
 

Macros

#define COCONFIGMSG(message)
 
#define COCONFIGLOG(message)
 
#define COCONFIGDBG(message)
 
#define COCONFIGDBG_GET_SET(message)
 
#define COCONFIGDBG_DEFAULT(message)
 

Macro Definition Documentation

◆ COCONFIGDBG

#define COCONFIGDBG (   message)
Value:
{ \
{ \
} \
}
GLenum GLuint GLenum GLsizei const GLchar * message
Definition: khronos-glext.h:6279
static DebugLevel getDebugLevel()
Get the debug level.
Definition: coConfig.cpp:979
@ DebugAll
Definition: coConfig.h:154
static QTextStream cerr
Definition: coConfigLog.h:22

◆ COCONFIGDBG_DEFAULT

#define COCONFIGDBG_DEFAULT (   message)
Value:
{ \
{ \
} \
}
static bool isDebug()
Check if in debug mode.
Definition: coConfig.cpp:962

◆ COCONFIGDBG_GET_SET

#define COCONFIGDBG_GET_SET (   message)
Value:
{ \
{ \
} \
}
@ DebugGetSets
Definition: coConfig.h:153

◆ COCONFIGLOG

#define COCONFIGLOG (   message)
Value:
{ \
}

◆ COCONFIGMSG

#define COCONFIGMSG (   message)
Value:
{ \
}
static QTextStream cout
Definition: coConfigLog.h:23