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

Method TCatboostLog

catboost/libs/logging/logging.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112};
113
114TCatboostLog::TCatboostLog()
115 : ImplHolder(new TCatboostLog::TImpl(CreateLogBackend("cout"), CreateLogBackend("cerr")))
116 , IsCustomBackendSpecified(false)
117{}
118
119TCatboostLog::~TCatboostLog() {
120}

Callers

nothing calls this directly

Calls 1

CreateLogBackendFunction · 0.85

Tested by

no test coverage detected