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

Method DoCreateLogBackend

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

Source from the content-addressed store, hash-verified

6#include <util/string/cast.h>
7
8THolder<TLogBackend> TLogBackendCreatorUninitialized::DoCreateLogBackend() const {
9 return Slave->CreateLogBackend();
10}
11
12void TLogBackendCreatorUninitialized::InitCustom(const TString& type, ELogPriority priority, bool threaded) {
13 if (!type) {

Callers

nothing calls this directly

Calls 1

CreateLogBackendMethod · 0.80

Tested by

no test coverage detected