VR-Vantage 3.0 API 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 the makVrv::Dt2DArcVisualizer class declaration.

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)


Copyright © 2005-2022 MAK Technologies. All Rights Reserved (www.mak.com)