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

Function getGlobalLogger

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

Source from the content-addressed store, hash-verified

178static Logger *userLogger_ = &defaultLogger_;
179
180Logger *getGlobalLogger()
181{
182 return userLogger_;
183}
184
185void setGlobalLogger(Logger *logger)
186{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected