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

Method AddLogVAList

library/cpp/logger/log.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void TLog::AddLogVAList(const char* format, va_list lst) {
173 Impl_->AddLog(Impl_->DefaultPriority(), format, lst);
174}
175
176void TLog::ReopenLog() {
177 if (const auto copy = Impl_) {

Callers

nothing calls this directly

Calls 2

AddLogMethod · 0.45
DefaultPriorityMethod · 0.45

Tested by

no test coverage detected