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

Method TLog

library/cpp/logger/log.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123};
124
125TLog::TLog()
126 : Impl_(MakeIntrusive<TImpl>(nullptr))
127{
128}
129
130TLog::TLog(const TString& fname, ELogPriority priority)
131 : TLog(CreateLogBackend(fname, priority, false))

Callers

nothing calls this directly

Calls 2

CreateLogBackendFunction · 0.85
moveFunction · 0.50

Tested by

no test coverage detected