![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | makVrv::DtDebugLog |
Namespaces | |
| makVrv | |
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() |
| #define DT_LOG_LEVEL | ( | a | ) | log().levelWillPrint(a) |