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

Method good

examples/Protonect.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 level_ = Debug;
87 }
88 bool good()
89 {
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;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected