Deprecation: #82430 - GeneralUtility::sysLog 

See forge#82430

Description 

The \TYPO3\CMS\Core\Utility\GeneralUtility::sysLog API is superseded by the Logging API.

Therefore the methods GeneralUtility::sysLog and 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 GeneralUtility::sysLog calls with direct calls to the Logging API.