• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/loggerservice.php
  • Класс: BitrixLocationInfrastructureServiceLoggerService
  • Вызов: LoggerService::__construct
protected function __construct(Container $config)
{
	parent::__construct($config);
	$loggerClass = $config->get('logger');
	$this->logLevel = $config->get('logLevel');
	$this->eventsToLog = $config->get('eventsToLog');
	$this->logger = new $loggerClass();
}