Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ setGlobalLogger
Function
setGlobalLogger
src/logging.cpp:185–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
void setGlobalLogger(Logger *logger)
186
{
187
if (userLogger_ != &defaultLogger_)
188
delete userLogger_;
189
userLogger_ = logger;
190
}
191
192
/** Timer for measuring performance. */
193
class Timer
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected