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

Method AddLogBackend

library/cpp/logger/composite.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void TCompositeLogBackend::AddLogBackend(THolder<TLogBackend>&& backend) {
17 LogPriority = Max(LogPriority, backend->FiltrationLevel());
18 Slaves.emplace_back(std::move(backend));
19}

Callers 1

DoCreateLogBackendMethod · 0.80

Calls 4

MaxFunction · 0.50
moveFunction · 0.50
FiltrationLevelMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected