Go to the source code of this file.
|
| #define | DT_INDIRECT_LOG_WARN log().out(DtDebugLog::Warning) << "Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| |
| #define | DT_INDIRECT_LOG_INFO log().out(DtDebugLog::Information) << "Info: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| |
| #define | DT_INDIRECT_LOG_DEBUG log().out(DtDebugLog::Debug) << "Debug: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| |
| #define DT_INDIRECT_LOG_WARN log().out(DtDebugLog::Warning) << "Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define DT_INDIRECT_LOG_INFO log().out(DtDebugLog::Information) << "Info: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |
| #define DT_INDIRECT_LOG_DEBUG log().out(DtDebugLog::Debug) << "Debug: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": " |