MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / DriverLogVarArgs

Function DriverLogVarArgs

samples/drivers/utils/driverlog/driverlog.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#endif
10
11static void DriverLogVarArgs( const char *pMsgFormat, va_list args )
12{
13 char buf[ 1024 ];
14 vsnprintf_s( buf, sizeof( buf ), pMsgFormat, args );
15
16 vr::VRDriverLog()->Log( buf );
17}
18
19
20void DriverLog( const char *pMsgFormat, ... )

Callers 2

DriverLogFunction · 0.85
DebugDriverLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected