#include "./logging/Logger.h"#include <CoreLabs/logging.h>Defines | |
| #define | LOG_ENGINE(msg, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogEngineResult( msg, type ) |
| #define | LOG_ENGINE_REF(msg, ref, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogEngineResult( msg, ref, type ) |
| #define | LOG_DIRECTX(msg, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogDirectXResult( msg, type ) |
| #define | LOG_DIRECTX_REF(msg, ref, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogDirectXResult( msg, ref, type ) |
| #define | LOG_WINDOWS(msg, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogWindowsResult( msg, type ) |
| #define | LOG_WINDOWS_REF(msg, ref, type) reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogWindowsResult( msg, ref, type ) |
| #define LOG_DIRECTX | ( | msg, | ||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogDirectXResult( msg, type ) |
| #define LOG_DIRECTX_REF | ( | msg, | ||
| ref, | ||||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogDirectXResult( msg, ref, type ) |
| #define LOG_ENGINE | ( | msg, | ||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogEngineResult( msg, type ) |
| #define LOG_ENGINE_REF | ( | msg, | ||
| ref, | ||||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogEngineResult( msg, ref, type ) |
| #define LOG_WINDOWS | ( | msg, | ||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogWindowsResult( msg, type ) |
| #define LOG_WINDOWS_REF | ( | msg, | ||
| ref, | ||||
| type | ||||
| ) | reinterpret_cast<xl7::logging::Logger*>(&::GetLogger())->LogWindowsResult( msg, ref, type ) |
1.7.1