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