• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/update/timemanversion19converter.php
  • Класс: BitrixTimemanUpdateTimemanVersion19Converter
  • Вызов: TimemanVersion19Converter::logMessage
private function logMessage($text, $line)
{
	$connection = Application::getConnection();

	try
	{
		$connection->query("INSERT INTO `b_timeman_converter_log` (LOG_MESSAGE, FILE_LINE) VALUES " .
						   "('" . $connection->getSqlHelper()->forSql($text) . "'" .
						   ", '" . $connection->getSqlHelper()->forSql($line) . "');");
	}
	catch (Exception $exc)
	{
	}
}