![]() |
VR-Vantage 2.4 API Documentation
|
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: " << __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) |
Contains makVrv::DtIGLogger class.
| #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() |