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

Function CreateRtyLoggerFormatter

library/cpp/logger/global/rty_formater.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79ILoggerFormatter* CreateRtyLoggerFormatter() {
80 return new TRtyLoggerFormatter();
81}
82
83bool TRTYMessageFormater::CheckLoggingContext(TLog& /*logger*/, const TLogRecordContext& /*context*/) {
84 return true;

Callers 2

CreateDefaultMethod · 0.85
DoInitGlobalLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected