![]() |
VR-Vantage 2.2 API Documentation
|
Contains makVrv::DtIGLogger class. More...
Go to the source code of this file.
Classes | |
| class | makVrv::DtDebugLog |
| The debug log class, writes out messages to a log file. More... | |
Namespaces | |
| namespace | makVrv |
| Contains makVrv::DtVrlinkSensorFieldOfViewState class. | |
Macros | |
| #define | DT_LOG_WARN log().out(DtDebugLog::Warning)<<"<Warning:"<<__DtFUNC__<<">"<<std::endl |
| #define | DT_LOG_INFO log().out(DtDebugLog::Information)<<"<Info:"<<__DtFUNC__<<">"<<std::endl |
| #define | DT_LOG_DEBUG log().out(DtDebugLog::Debug)<<"<Debug:"<<__DtFUNC__<<">"<<std::endl |
| #define | DT_LOG_OUT log().out() |
| #define | DT_LOG_LEVEL(a) log().levelWillPrint(a) |
Contains makVrv::DtIGLogger class.
| #define DT_LOG_WARN log().out(DtDebugLog::Warning)<<"<Warning:"<<__DtFUNC__<<">"<<std::endl |
| #define DT_LOG_INFO log().out(DtDebugLog::Information)<<"<Info:"<<__DtFUNC__<<">"<<std::endl |
| #define DT_LOG_DEBUG log().out(DtDebugLog::Debug)<<"<Debug:"<<__DtFUNC__<<">"<<std::endl |
| #define DT_LOG_OUT log().out() |