open_iA  2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes | Macros
iAConsole.h File Reference
#include "open_iA_Core_export.h"
#include "iALogger.h"
#include <vtkSmartPointer.h>
#include <itkSmartPointer.h>
#include <QObject>
#include <QString>
Include dependency graph for iAConsole.h:
This graph shows which files directly or indirectly include this file:

Classes

class  iAConsole
 Helper class for (debug) logging purposes, available from everywhere as singleton. More...
 
class  iAConsoleLogger
 Some default loggers: More...
 
class  iAGlobalLogger
 Singleton providing access to the global logger object. More...
 
class  iAStdOutLogger
 A logger whose output is written to standard output. More...
 

Macros

#define DEBUG_LOG(t)   { if (iAGlobalLogger::get()) iAGlobalLogger::get()->log(t); }
 

Macro Definition Documentation

◆ DEBUG_LOG

#define DEBUG_LOG (   t)    { if (iAGlobalLogger::get()) iAGlobalLogger::get()->log(t); }