Bike-X
0.8
|
Go to the source code of this file.
Data Structures | |
class | OVR::Log |
Namespaces | |
OVR | |
Macros | |
#define | OVR_LOG_VAARG_ATTRIBUTE(a, b) |
#define | OVR_DEBUG_LOG(args) ((void)0) |
#define | OVR_DEBUG_LOG_TEXT(args) ((void)0) |
#define | OVR_ASSERT_LOG(c, args) ((void)0) |
Enumerations | |
enum | OVR::LogMaskConstants { OVR::LogMask_Regular = 0x100, OVR::LogMask_Debug = 0x200, OVR::LogMask_None = 0, OVR::LogMask_All = LogMask_Regular|LogMask_Debug } |
enum | OVR::LogMessageType { OVR::Log_Text = LogMask_Regular | 0, OVR::Log_Error = LogMask_Regular | 1, OVR::Log_DebugText = LogMask_Debug | 0, OVR::Log_Debug = LogMask_Debug | 1, OVR::Log_Assert = LogMask_Debug | 2 } |
Functions | |
void | OVR::LogText (const char *fmt,...) OVR_LOG_VAARG_ATTRIBUTE(1 |
void void | OVR::LogError (const char *fmt,...) OVR_LOG_VAARG_ATTRIBUTE(1 |