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

Function xnLoggerOpen

Source/OpenNI/XnLog.cpp:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883XN_C_API XnLogger* XN_C_DECL xnLoggerOpen(const XnChar* strMask)
884{
885 return xnLogGetLoggerForMask(strMask, TRUE);
886}
887
888XN_C_API void XN_C_DECL xnLoggerWrite(XnLogger* pLogger, XnLogSeverity nSeverity, const XnChar* csFile, XnUInt32 nLine, const XnChar* csFormat, ...)
889{

Callers 2

XnLog.cppFile · 0.85
XnOpenNI.cppFile · 0.85

Calls 1

xnLogGetLoggerForMaskFunction · 0.85

Tested by

no test coverage detected