• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/internals/controller.php
  • Класс: BitrixDiskInternalsController
  • Вызов: Controller::logDebugInfo
protected function logDebugInfo()
{
	if($this->collectDebugInfo)
	{
		Diag::getInstance()->logDebugInfo(get_called_class(), get_called_class() . ':' . $this->getAction());
	}
}