MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / setLogModes

Function setLogModes

src/openpose/utilities/errorAndLog.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 void setLogModes(const std::vector<LogMode>& loggingModes)
374 {
375 // const std::lock_guard<std::mutex> lock{sConfigureLogMutex};
376 sLoggingModes = loggingModes;
377 }
378 }
379}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected