![]() |
open_iA
2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "open_iA_Core_export.h"#include "iALogger.h"#include <vtkSmartPointer.h>#include <itkSmartPointer.h>#include <QObject>#include <QString>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); } |
| #define DEBUG_LOG | ( | t | ) | { if (iAGlobalLogger::get()) iAGlobalLogger::get()->log(t); } |
1.8.16