VR-Forces 4.7 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

namespace  makVrv
 Contains DtGameControllerInformation class.

Macros

#define DT_LOG_WARN   log().out(DtDebugLog::Warning)<<"Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
#define DT_LOG_INFO   log().out(DtDebugLog::Information)<<"Info: " <<__FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
#define DT_LOG_DEBUG   log().out(DtDebugLog::Debug)<<"Debug: "<< __FILE__ << " +" << __LINE__ << " " << __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: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
#define DT_LOG_INFO   log().out(DtDebugLog::Information)<<"Info: " <<__FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
#define DT_LOG_DEBUG   log().out(DtDebugLog::Debug)<<"Debug: "<< __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
#define DT_LOG_OUT   log().out()
#define DT_LOG_LEVEL (   a)    log().levelWillPrint(a)

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)