open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Classes | Macros
iALog.h File Reference
#include "iAbase_export.h"
#include "iALogger.h"

Classes

class  iALog
 Singleton providing access to the global logger object. More...
 

Macros

#define LOG(l, t)   { if (iALog::get()) iALog::get()->log(l, t); }
 

Macro Definition Documentation

◆ LOG

#define LOG (   l,
 
)    { if (iALog::get()) iALog::get()->log(l, t); }