• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/log.php
  • Класс: BitrixPullLog
  • Вызов: Log::isEnabled
static function isEnabled()
{
	return BitrixMainConfigOption::get("pull", "debug", false) != false;
}