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

Method Output

catboost/libs/logging/logging.cpp:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void TCatboostLog::Output(const TCatboostLogEntry& entry) {
123 if (entry.Filled() != 0) {
124 if (LogPriority >= entry.Priority) {
125 ImplHolder->WriteRegularLog(entry, OutputExtendedInfo);
126 }
127 if (HaveTraceLog) {
128 ImplHolder->WriteTraceLog(entry);
129 }
130 }
131}
132
133void TCatboostLog::ResetBackend(THolder<TLogBackend>&& lowPriorityBackend, THolder<TLogBackend>&& highPriorityBackend) {
134 if (IsCustomBackendSpecified.exchange(true)) {

Callers 15

PYBIND11_MODULEFunction · 0.45
defs.ccFile · 0.45
old.ccFile · 0.45
defs.ccFile · 0.45
defs.ccFile · 0.45
old.ccFile · 0.45
defs.ccFile · 0.45
PadDocGeneratorFunction · 0.45
old.ccFile · 0.45
BinaryLogicDocGeneratorFunction · 0.45
defs.ccFile · 0.45

Calls 3

WriteRegularLogMethod · 0.80
WriteTraceLogMethod · 0.80
FilledMethod · 0.45

Tested by

no test coverage detected