MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / PRINT

Method PRINT

util/Log.cpp:82–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81
82void Log::PRINT(const char *format, ...)
83{
84 CriticalSection::SafeLock l(mutex);
85 va_list arglist;
86 va_start(arglist, format);
87 vfprintf(logFile, format, arglist);
88 va_end(arglist);
89 flush();
90}
91
92
93void Log::println(const char *format, ...)

Callers 2

xhandlerFunction · 0.80
endFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected