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

Method TParLoggingHelper

library/cpp/par/par_log.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 struct TParLoggingHelper: public TStringOutput {
54 TString Buf;
55 explicit TParLoggingHelper(const TSourceLocation& location)
56 : TStringOutput(Buf)
57 {
58 (*this) << "PAR_LOG: " << NLoggingImpl::GetLocalTimeS() << " " << StripFileName(location.File) << ":" << location.Line << " ";
59 }
60
61 template <class T>
62 inline TParLoggingHelper& operator<<(const T& t) {

Callers

nothing calls this directly

Calls 2

GetLocalTimeSFunction · 0.85
StripFileNameFunction · 0.70

Tested by

no test coverage detected