• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/loggerservice.php
  • Класс: BitrixLocationInfrastructureServiceLoggerService
  • Вызов: LoggerService::isEventSatisfied
protected function isEventSatisfied(int $eventType): bool
{
	return $eventType > 0 && in_array($eventType, $this->eventsToLog);
}