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

Method WriteUnformatted

Source/OpenNI/XnLogFileWriter.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void XnLogFileWriter::WriteUnformatted(const XnChar* strMessage)
77{
78 xnOSWriteFile(m_fLogFile, strMessage, xnOSStrLen(strMessage) + 1);
79}
80
81XnStatus XnLogFileWriter::OpenFile()
82{

Callers 3

xnLogWriteNoEntryImplVFunction · 0.45
xnLogWriteNoEntryFunction · 0.45

Calls 2

xnOSWriteFileFunction · 0.50
xnOSStrLenFunction · 0.50

Tested by

no test coverage detected