MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnLogCreateEntry

Function xnLogCreateEntry

Source/OpenNI/XnLog.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static void xnLogCreateEntry(XnBufferedLogEntry* pEntry, const XnChar* csLogMask, XnLogSeverity nSeverity, const XnChar* csFile, XnUInt32 nLine, const XnChar* csFormat, ...)
189{
190 va_list args;
191 va_start(args, csFormat);
192 xnLogCreateEntryV(pEntry, csLogMask, nSeverity, csFile, nLine, csFormat, args);
193 va_end(args);
194}
195
196static void xnLogWriteEntry(XnLogEntry* pEntry)
197{

Callers 2

xnLogWriteBannerFunction · 0.85

Calls 1

xnLogCreateEntryVFunction · 0.85

Tested by

no test coverage detected