Skip to content
Snippets Groups Projects
Commit d1f4dbdb authored by Markus Klein's avatar Markus Klein Committed by Frank Naegler
Browse files

[!!!][FEATURE] Introduce PSR-3 Logging

TYPO3's Logging Framework (especially LogLevel and LogManager)
are not PSR-3 compatible, as it uses integers as constants
and not strings, as defined in PSR-3's interfaces.

This makes TYPO3 incompatible to use custom loggers,
or to interop with other logging systems.

The patch changes the logging API to depend on PSR-3
interfaces but strives for maximum compatibility.

Resolves: #88799
Releases: master
Change-Id: Ib41840cc87035c2323087877bac07e62c439482e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61156


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent 3046caeb
Branches
Tags
Showing
with 214 additions and 294 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment