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