| 112 | }; |
| 113 | |
| 114 | TCatboostLog::TCatboostLog() |
| 115 | : ImplHolder(new TCatboostLog::TImpl(CreateLogBackend("cout"), CreateLogBackend("cerr"))) |
| 116 | , IsCustomBackendSpecified(false) |
| 117 | {} |
| 118 | |
| 119 | TCatboostLog::~TCatboostLog() { |
| 120 | } |
nothing calls this directly
no test coverage detected