| 21 | |
| 22 | |
| 23 | NJson::TJsonValue ILogBackendCreator::AsJson() const { |
| 24 | NJson::TJsonValue json; |
| 25 | ToJson(json); |
| 26 | return json; |
| 27 | } |
| 28 | |
| 29 | THolder<ILogBackendCreator> ILogBackendCreator::Create(const IInitContext& ctx) { |
| 30 | auto res = MakeHolder<TLogBackendCreatorUninitialized>(); |