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,28 @@
.. include:: /Includes.rst.txt
.. _feature-88799:
=========================================================
Feature: #88799 - Introduced PSR-3 compatible Logging API
=========================================================
See :issue:`88799`
Description
===========
The existing Logging API evolved pretty similar to the later established PSR-3 logging standard.
There was one key difference between the standard and the TYPO3 implementation though:
The log levels were represented by numbers in TYPO3 whereas PSR-3 requires the string representation.
TYPO3 therefore finally adapted to the standard and opens up for better integration with other libraries
also following the standard.
Impact
======
The adaption was not possible without a few breaking changes to the code base.
Luckily no configuration changes are necessary, hence integrators are not affected by those.
.. index:: PHP-API, ext:core