VPTissue Reference Manual
log_debug.h File Reference

Macro defs for debug and logging. More...

#include <string>
#include <QDebug>
#include <QString>
Include dependency graph for log_debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SIMPT_FUNCTION_NAME   __FUNCTION__
 
#define VL_DEBUG()   (qDebug().nospace() << QString("%1").arg(SIMPT_FUNCTION_NAME).toStdString().c_str() << ">").space()
 
#define VL_HERE   SIMPT_FUNCTION_NAME
 

Functions

QDebug operator<< (QDebug dbg, std::string const &s)
 

Detailed Description

Macro defs for debug and logging.

Definition in file log_debug.h.