コード例 #1
0
        public DevToolsPlugin(ISettingService settingService,
                              ICacheableRouteRegistrar cacheAbleRouteRegistrar)
        {
            _settingService          = settingService;
            _cacheableRouteRegistrar = cacheAbleRouteRegistrar;

            this.Logger = NullLogger.Instance;
        }
コード例 #2
0
        public DevToolsPlugin(
            ICommonServices services,
            ICacheableRouteRegistrar cacheAbleRouteRegistrar)
        {
            _services = services;
            _cacheableRouteRegistrar = cacheAbleRouteRegistrar;

            Logger = NullLogger.Instance;
        }