MCPcopy Create free account
hub / github.com/catboost/catboost / RestoreOriginalLogger

Function RestoreOriginalLogger

library/cpp/hnsw/logging/logging.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 void RestoreOriginalLogger() {
26 THnswLog::Instance().ResetBackend(CreateLogBackend("cerr"));
27 }
28}

Callers

nothing calls this directly

Calls 3

InstanceFunction · 0.85
CreateLogBackendFunction · 0.85
ResetBackendMethod · 0.45

Tested by

no test coverage detected