MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / log

Method log

tools/streamer_recorder/ProtonectSR.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 return logfile_.is_open() && logfile_.good();
99 }
100 virtual void log(Level level, const std::string &message)
101 {
102 logfile_ << "[" << libfreenect2::Logger::level2str(level) << "] " << message << std::endl;
103 }
104};
105/// [logger]
106

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected