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

Method DoCreateLogBackend

library/cpp/logger/filter_creator.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{}
8
9THolder<TLogBackend> TFilteredBackendCreator::DoCreateLogBackend() const {
10 return MakeHolder<TFilteredLogBackend>(Slave->CreateLogBackend(), Priority);
11}
12
13bool TFilteredBackendCreator::Init(const IInitContext& ctx) {
14 return Slave->Init(ctx);

Callers

nothing calls this directly

Calls 1

CreateLogBackendMethod · 0.80

Tested by

no test coverage detected