CTK 0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Loading...
Searching...
No Matches
Macros
ctkSoapLog.h File Reference

Go to the source code of this file.

Macros

#define CTK_SOAP_LOG(msg)   qDebug() msg;
 
#define CTK_SOAP_LOG_HIGHLEVEL(msg)   qDebug() msg;
 
#define CTK_SOAP_LOG_LOWLEVEL(msg)   qDebug() msg;
 
#define CTK_SOAP_LOG_RECEPTION(msg)   qDebug() msg;
 
#define CTK_SOAP_LOG_REQUEST(msg)   qDebug() msg;
 

Macro Definition Documentation

◆ CTK_SOAP_LOG

#define CTK_SOAP_LOG (   msg)    qDebug() msg;

Definition at line 28 of file ctkSoapLog.h.

◆ CTK_SOAP_LOG_HIGHLEVEL

#define CTK_SOAP_LOG_HIGHLEVEL (   msg)    qDebug() msg;

Definition at line 31 of file ctkSoapLog.h.

◆ CTK_SOAP_LOG_LOWLEVEL

#define CTK_SOAP_LOG_LOWLEVEL (   msg)    qDebug() msg;

Definition at line 25 of file ctkSoapLog.h.

◆ CTK_SOAP_LOG_RECEPTION

#define CTK_SOAP_LOG_RECEPTION (   msg)    qDebug() msg;

Definition at line 37 of file ctkSoapLog.h.

◆ CTK_SOAP_LOG_REQUEST

#define CTK_SOAP_LOG_REQUEST (   msg)    qDebug() msg;

Definition at line 35 of file ctkSoapLog.h.