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

Method DoCreateLogBackend

library/cpp/logger/thread_creator.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{}
7
8THolder<TLogBackend> TOwningThreadedLogBackendCreator::DoCreateLogBackend() const {
9 return MakeHolder<TOwningThreadedLogBackend>(Slave->CreateLogBackend().Release(), QueueLen, QueueOverflowCallback);
10}
11
12bool TOwningThreadedLogBackendCreator::Init(const IInitContext& ctx) {
13 ctx.GetValue("QueueLen", QueueLen);

Callers

nothing calls this directly

Calls 2

CreateLogBackendMethod · 0.80
ReleaseMethod · 0.45

Tested by

no test coverage detected