• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/exchange/importbase.php
  • Класс: BitrixSaleExchangeImportBase
  • Вызов: ImportBase::initLogger
public function initLogger()
{
	$this->logging = true;

	$logger = $this->getCurrentLogger();
	$this->logger = $logger;
}