| 6 | #include <util/string/cast.h> |
| 7 | |
| 8 | THolder<TLogBackend> TLogBackendCreatorUninitialized::DoCreateLogBackend() const { |
| 9 | return Slave->CreateLogBackend(); |
| 10 | } |
| 11 | |
| 12 | void TLogBackendCreatorUninitialized::InitCustom(const TString& type, ELogPriority priority, bool threaded) { |
| 13 | if (!type) { |
nothing calls this directly
no test coverage detected