Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ LogString
Method
LogString
library/cpp/par/par_log.h:40–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void LogString(const TString& str) {
41
TGuard<TMutex> lock(LogMutex);
42
LoggedStringsBuffer.PushBack(str);
43
if (OutputToConsole) {
44
Cout << str;
45
}
46
}
47
};
48
49
inline TStringBuf StripFileName(TStringBuf string) {
Callers
1
operator|
Method · 0.80
Calls
1
PushBack
Method · 0.45
Tested by
no test coverage detected