MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / ~ConsoleLogger

Method ~ConsoleLogger

src/logging.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 std::nounitbuf(std::cerr);
115 }
116 virtual ~ConsoleLogger() {}
117 virtual void log(Level level, const std::string &message)
118 {
119 if(level > level_) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected