#pragma once #include #include class TLogBackendCreatorInitContextYConf: public ILogBackendCreator::IInitContext { public: TLogBackendCreatorInitContextYConf(const TYandexConfig::Section& section); virtual bool GetValue(TStringBuf name, TString& var) const override; virtual TVector> GetChildren(TStringBuf name) const override; private: const TYandexConfig::Section& Section; };