Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OVR_Log.h File Reference
#include "OVR_Types.h"
#include <stdarg.h>
Include dependency graph for OVR_Log.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define OVR_ASSERT_LOG (   c,
  args 
)    ((void)0)

Definition at line 198 of file OVR_Log.h.

#define OVR_DEBUG_LOG (   args)    ((void)0)

Definition at line 196 of file OVR_Log.h.

#define OVR_DEBUG_LOG_TEXT (   args)    ((void)0)

Definition at line 197 of file OVR_Log.h.

#define OVR_LOG_VAARG_ATTRIBUTE (   a,
 
)

Definition at line 92 of file OVR_Log.h.