Namespaces | Defines | Variables
OVR_Log.cpp File Reference
#include "OVR_Log.h"
#include "OVR_Std.h"
#include <stdarg.h>
#include <stdio.h>
Include dependency graph for OVR_Log.cpp:

Go to the source code of this file.

Namespaces

namespace  OVR

Defines

#define OVR_LOG_FUNCTION_IMPL(Name)

Variables

Log *volatile OVR::OVR_GlobalLog = 0

Define Documentation

#define OVR_LOG_FUNCTION_IMPL (   Name)
Value:
void Log##Name(const char* fmt, ...) \
    {                                                                    \
        if (OVR_GlobalLog)                                               \
        {                                                                \
            va_list argList; va_start(argList, fmt);                     \
            OVR_GlobalLog->LogMessageVarg(Log_##Name, fmt, argList);  \
            va_end(argList);                                             \
        }                                                                \
    }

Definition at line 153 of file OVR_Log.cpp.



oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:19