72 case LoggerService::class:
75 'logLevel'=> static::getLogLevel(),
80 case ErrorService::class:
83 'throwExceptionOnError' => false
87 case FormatService::class:
90 'dataCollection' => DataCollection::class
92 'defaultFormatCode' => \Bitrix\Location\Infrastructure\FormatCode::getCurrent()
96 case AddressService::class:
102 case SourceService::class:
104 'source' => self::obtainSource()
108 case LocationService::class:
110 'repository' => static::createLocationRepository(
116 case CurrentRegionFinderService::class:
117 case DisputedAreaService::class:
118 case RecentAddressesService::class:
122 throw new \LogicException(
"Unknown service type \"${serviceType}\"", ErrorCodes::SERVICE_CONFIG_FABRIC_WRONG_SERVICE);