VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
DtDebugLog.h File Reference

Contains makVrv::DtIGLogger class. More...

Go to the source code of this file.

Classes

class  makVrv::DtDebugLog
 This is a simple class for logging information to a file. More...
 

Namespaces

 makVrv
 Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
 

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 Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)