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

Method TImpl

library/cpp/logger/file.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class TFileLogBackend::TImpl {
11public:
12 inline TImpl(const TString& path)
13 : File_(OpenFile(path))
14 {
15 }
16
17 inline void WriteData(const TLogRecord& rec) {
18 //many writes are thread-safe

Callers

nothing calls this directly

Calls 1

OpenFileClass · 0.50

Tested by

no test coverage detected