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

Method ReopenLogNoFlush

library/cpp/logger/log.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 inline void ReopenLogNoFlush() {
59 if (!IsOpen()) {
60 return;
61 }
62
63 Backend_->ReopenLogNoFlush();
64 }
65
66 inline void AddLog(ELogPriority priority, const char* format, va_list args) const {
67 if (!IsOpen()) {

Callers

nothing calls this directly

Calls 1

ReopenLogNoFlushMethod · 0.45

Tested by

no test coverage detected