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

Function CreateOwningThreadedLogBackend

library/cpp/logger/log.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22THolder<TOwningThreadedLogBackend> CreateOwningThreadedLogBackend(const TString& fname, size_t queueLen) {
23 return MakeHolder<TOwningThreadedLogBackend>(CreateLogBackend(fname, LOG_MAX_PRIORITY, false).Release(), queueLen);
24}
25
26class TLog::TImpl: public TAtomicRefCount<TImpl> {
27 class TPriorityLogStream final: public IOutputStream {

Calls 2

CreateLogBackendFunction · 0.85
ReleaseMethod · 0.45

Tested by

no test coverage detected