VR-Forces Developer's Guide
 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
 

Namespaces

 makVrv
 

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)