---
title: "Deprecation: #52694 - Deprecated GeneralUtility::devLog()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-52694"
source: "Changelog/9.0/Deprecation-52694-DeprecatedGeneralUtilitydevLog.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #52694 - Deprecated GeneralUtility::devLog()

See [forge#52694](https://forge.typo3.org/issues/52694)

## Description

The PHP method `TYPO3\CMS\Core\Utility\GeneralUtility::devLog()` has been deprecated in favour of the Logging API.

Additionally these PHP symbols have been deprecated as well:

-   `TYPO3\CMS\Core\Utility\GeneralUtility::SYSLOG_SEVERITY_*` constants
-   `TYPO3\CMS\Core\Service\AbstractService::devLog()`
-   `$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_div.php']['devLog']`
