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

Function xnLoggerIsEnabled

Source/OpenNI/XnLog.cpp:938–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936}
937
938XN_C_API XnBool XN_C_DECL xnLoggerIsEnabled(XnLogger* pLogger, XnLogSeverity severity)
939{
940 if (pLogger == NULL)
941 {
942 return FALSE;
943 }
944 else
945 {
946 return (severity >= pLogger->nMinSeverity);
947 }
948}
949
950#ifndef __XN_NO_BC__
951

Callers 3

xnLoggerWriteFunction · 0.85
xnLoggerWriteNoEntryFunction · 0.85
xnLoggerWriteBinaryDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected