TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,36 @@
.. include:: /Includes.rst.txt
.. _deprecation-82430:
============================================
Deprecation: #82430 - GeneralUtility::sysLog
============================================
See :issue:`82430`
Description
===========
The :php:`\TYPO3\CMS\Core\Utility\GeneralUtility::sysLog` API is superseded by the Logging API.
Therefore the methods :php:`GeneralUtility::sysLog` and :php:`GeneralUtility::initSysLog` have been marked as deprecated.
Impact
======
Calling these methods triggers a deprecation log entry.
Affected Installations
======================
Any TYPO3 installation having third party extensions using these methods.
Migration
=========
Replace the :php:`GeneralUtility::sysLog` calls with direct calls to the Logging API.
.. index:: PHP-API, NotScanned