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

Method log

examples/Protonect.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 return logfile_.is_open() && logfile_.good();
91 }
92 virtual void log(Level level, const std::string &message)
93 {
94 logfile_ << "[" << libfreenect2::Logger::level2str(level) << "] " << message << std::endl;
95 }
96};
97/// [logger]
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected