LogTable.h File Reference
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/interface/core/Log.h>
#include <ArmarXGui/libraries/ArmarXGuiBase/widgets/editorfileopener.h>
#include <QApplication>
#include <QTableWidget>
#include <vector>
#include <mutex>
+ Include dependency graph for LogTable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogTable
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Macros

#define ARMARX_LOG_COMPONENTSTR   "Component"
 
#define ARMARX_LOG_FILESTR   "File"
 
#define ARMARX_LOG_FUNCTIONSTR   "Function"
 
#define ARMARX_LOG_LOGGINGGROUPSTR   "Group"
 
#define ARMARX_LOG_MESSAGESTR   "Message"
 
#define ARMARX_LOG_TAGSTR   "Tag"
 
#define ARMARX_LOG_TIMESTR   "Time"
 
#define ARMARX_LOG_VERBOSITYSTR   "Verbosity"
 

Macro Definition Documentation

◆ ARMARX_LOG_COMPONENTSTR

#define ARMARX_LOG_COMPONENTSTR   "Component"

Definition at line 40 of file LogTable.h.

◆ ARMARX_LOG_FILESTR

#define ARMARX_LOG_FILESTR   "File"

Definition at line 44 of file LogTable.h.

◆ ARMARX_LOG_FUNCTIONSTR

#define ARMARX_LOG_FUNCTIONSTR   "Function"

Definition at line 45 of file LogTable.h.

◆ ARMARX_LOG_LOGGINGGROUPSTR

#define ARMARX_LOG_LOGGINGGROUPSTR   "Group"

Definition at line 46 of file LogTable.h.

◆ ARMARX_LOG_MESSAGESTR

#define ARMARX_LOG_MESSAGESTR   "Message"

Definition at line 43 of file LogTable.h.

◆ ARMARX_LOG_TAGSTR

#define ARMARX_LOG_TAGSTR   "Tag"

Definition at line 41 of file LogTable.h.

◆ ARMARX_LOG_TIMESTR

#define ARMARX_LOG_TIMESTR   "Time"

Definition at line 39 of file LogTable.h.

◆ ARMARX_LOG_VERBOSITYSTR

#define ARMARX_LOG_VERBOSITYSTR   "Verbosity"

Definition at line 42 of file LogTable.h.