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

Method TLogElement

library/cpp/logger/element.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7TLogElement::TLogElement(const TLog* parent)
8 : Parent_(parent)
9 , Priority_(Parent_->DefaultPriority())
10{
11 Reset();
12}
13
14TLogElement::TLogElement(const TLog* parent, ELogPriority priority)
15 : Parent_(parent)

Callers

nothing calls this directly

Calls 2

ResetFunction · 0.50
DefaultPriorityMethod · 0.45

Tested by

no test coverage detected