VR-Vantage 2.3 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 makVrv::DtVrlinkSensorFieldOfViewState 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)


Copyright © 2005-2018 VT MAK. All Rights Reserved (www.mak.com)