VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
DtIndirectLog.h File Reference

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...

Namespaces

namespace  makVrv
 Contains the makVrv::Dt2DAmbushLineVisualizer class declaration.

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__ << ": "


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)