Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
static Logger *userLogger_ = &defaultLogger_;
179
180
Logger *getGlobalLogger()
181
{
182
return userLogger_;
183
}
184
185
void setGlobalLogger(Logger *logger)
186
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected