Go to the source code of this file.
Classes |
| class | makVrv::DtIndirectLog |
| | This class is specifically used by the indirect system It's separate so that it doesn't interfere with output of the DtDe log and allows to debug indirect issues in isolation. More...
|
Macros |
| #define | DT_INDIRECT_LOG_WARN log().out(DtDebugLog::Warning) << "Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define | DT_INDIRECT_LOG_INFO log().out(DtDebugLog::Information) << "Info: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define | DT_INDIRECT_LOG_DEBUG log().out(DtDebugLog::Debug) << "Debug: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
Macro Definition Documentation
| #define DT_INDIRECT_LOG_WARN log().out(DtDebugLog::Warning) << "Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define DT_INDIRECT_LOG_INFO log().out(DtDebugLog::Information) << "Info: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define DT_INDIRECT_LOG_DEBUG log().out(DtDebugLog::Debug) << "Debug: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |