| 1091 | } |
| 1092 | |
| 1093 | XN_C_API XnStatus xnLogSetMaskState(const XnChar* csMask, XnBool bEnabled) |
| 1094 | { |
| 1095 | return xnLogBCSetMaskState(csMask, bEnabled); |
| 1096 | } |
| 1097 | |
| 1098 | XN_C_API XnStatus xnLogSetSeverityFilter(XnLogSeverity nMinSeverity) |
| 1099 | { |
nothing calls this directly
no test coverage detected