Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CloseLog
Method
CloseLog
library/cpp/logger/log.cpp:92–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
inline void CloseLog() noexcept {
93
Backend_.Destroy();
94
95
Y_ASSERT(!IsOpen());
96
}
97
98
inline void WriteData(ELogPriority priority, const char* data, size_t len, TLogRecord::TMetaFlags metaFlags = {}) const {
99
if (IsOpen()) {
Callers
nothing calls this directly
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected