OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
Logging.cpp File Reference

Macros

#define TABLE_TXT_DETAILED   "Detailed"
 
#define TABLE_TXT_INFO   "Info"
 
#define TABLE_TXT_WARNING   "Warning"
 
#define TABLE_TXT_ERROR   "Error"
 
#define TABLE_TXT_MSG_IN   "Msg In"
 
#define TABLE_TXT_MSG_QUEUE   "Msg Queue"
 
#define TABLE_TXT_MSG_OW_TLS   "Msg one-way TLS"
 
#define TABLE_TXT_MSG_OUT   "Msg Out"
 
#define TABLE_TXT_TEST   "Test"
 
#define LOGVIS_LOG(___message)   OTOOLKIT_LOG("Log Visualization", ___message)
 
#define LOGVIS_LOGW(___message)   OTOOLKIT_LOGW("Log Visualization", ___message)
 
#define LOGVIS_LOGE(___message)   OTOOLKIT_LOGE("Log Visualization", ___message)
 

Enumerations

enum  tableColumns {
  tIcon , tTimeGlobal , tTimeLocal , tUser ,
  tProject , tService , tType , tFunction ,
  tMessage , tCount
}
 

Detailed Description

Author
Alexander Kuester (alexk95)
Date
August 2023

Macro Definition Documentation

◆ LOGVIS_LOG

#define LOGVIS_LOG ( ___message)    OTOOLKIT_LOG("Log Visualization", ___message)

◆ LOGVIS_LOGE

#define LOGVIS_LOGE ( ___message)    OTOOLKIT_LOGE("Log Visualization", ___message)

◆ LOGVIS_LOGW

#define LOGVIS_LOGW ( ___message)    OTOOLKIT_LOGW("Log Visualization", ___message)

◆ TABLE_TXT_DETAILED

#define TABLE_TXT_DETAILED   "Detailed"

◆ TABLE_TXT_ERROR

#define TABLE_TXT_ERROR   "Error"

◆ TABLE_TXT_INFO

#define TABLE_TXT_INFO   "Info"

◆ TABLE_TXT_MSG_IN

#define TABLE_TXT_MSG_IN   "Msg In"

◆ TABLE_TXT_MSG_OUT

#define TABLE_TXT_MSG_OUT   "Msg Out"

◆ TABLE_TXT_MSG_OW_TLS

#define TABLE_TXT_MSG_OW_TLS   "Msg one-way TLS"

◆ TABLE_TXT_MSG_QUEUE

#define TABLE_TXT_MSG_QUEUE   "Msg Queue"

◆ TABLE_TXT_TEST

#define TABLE_TXT_TEST   "Test"

◆ TABLE_TXT_WARNING

#define TABLE_TXT_WARNING   "Warning"

Enumeration Type Documentation

◆ tableColumns

Enumerator
tIcon 
tTimeGlobal 
tTimeLocal 
tUser 
tProject 
tService 
tType 
tFunction 
tMessage 
tCount