• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/classes/general/event.php
  • Класс: CSecurityEvent
  • Вызов: CSecurityEvent::initializeFileEngine
private function initializeFileEngine()
{
	$filePath = COption::getOptionString("security", "security_event_file_path");
	if ($filePath && checkDirPath($filePath))
	{
		$this->fileLogger = new DiagFileLogger($filePath, 0);
	}
}