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

Method good

tools/streamer_recorder/ProtonectSR.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 level_ = Debug;
95 }
96 bool good()
97 {
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;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected