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

Function xnLogWriteImpl

Source/OpenNI/XnLog.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226static void xnLogWriteImpl(const XnChar* csLogMask, XnLogSeverity nSeverity, const XnChar* csFile, XnUInt32 nLine, const XnChar* csFormat, ...)
227{
228 va_list args;
229 va_start(args, csFormat);
230 xnLogWriteImplV(csLogMask, nSeverity, csFile, nLine, csFormat, args);
231 va_end(args);
232}
233
234XN_C_API XnStatus XN_C_DECL xnLogCreateNewFile(const XnChar* strName, XnBool bSessionBased, XnChar* csFullPath, XnUInt32 nPathBufferSize, XN_FILE_HANDLE* phFile)
235{

Callers 2

xnLogWriteBinaryDataFunction · 0.85

Calls 1

xnLogWriteImplVFunction · 0.85

Tested by

no test coverage detected