VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
DtDebugLog.h File Reference

Go to the source code of this file.

Classes

class  makVrv::DtDebugLog
 

Namespaces

 makVrv
 

Macros

#define DT_LOG_WARN   log().out(DtDebugLog::Warning) << "Warning: " << __FUNCTION__ << ": "
 
#define DT_LOG_INFO   log().out(DtDebugLog::Information) << "Info: " << __FUNCTION__ << ": "
 
#define DT_LOG_DEBUG   log().out(DtDebugLog::Debug) << "Debug: " << __FUNCTION__ << ": "
 
#define DT_LOG_OUT   log().out()
 
#define DT_LOG_LEVEL(a)   log().levelWillPrint(a)
 

Detailed Description

Contains makVrv::DtIGLogger class.

Macro Definition Documentation

#define DT_LOG_WARN   log().out(DtDebugLog::Warning) << "Warning: " << __FUNCTION__ << ": "
#define DT_LOG_INFO   log().out(DtDebugLog::Information) << "Info: " << __FUNCTION__ << ": "
#define DT_LOG_DEBUG   log().out(DtDebugLog::Debug) << "Debug: " << __FUNCTION__ << ": "
#define DT_LOG_OUT   log().out()
#define DT_LOG_LEVEL (   a)    log().levelWillPrint(a)

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)