[TASK] Migrate TimeTracker etc. towards PSR3-LogLevels
PSR3 ships with a LogLevel class, whereas TYPO3 Core ships its own logging API which is based on a numeric log level syntax. This change reduces the amount of usages of numeric usages of error / message magic (such as TimeTracker), thus, slowly migrating towards PSR3-based LogLevels everywhere. Resolves: #94702 Releases: master Change-Id: I359c88ce50ab94ef1022be975c07f4a7e3c25d0d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70168 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Authentication/AuthenticationService.php 2 additions, 1 deletion...ext/core/Classes/Authentication/AuthenticationService.php
- typo3/sysext/core/Classes/Error/ErrorHandler.php 19 additions, 18 deletionstypo3/sysext/core/Classes/Error/ErrorHandler.php
- typo3/sysext/core/Classes/Service/AbstractService.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Service/AbstractService.php
- typo3/sysext/core/Classes/TimeTracker/TimeTracker.php 16 additions, 5 deletionstypo3/sysext/core/Classes/TimeTracker/TimeTracker.php
- typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php 10 additions, 12 deletions...ysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 7 additions, 6 deletionstypo3/sysext/core/Classes/TypoScript/TemplateService.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php 2 additions, 1 deletion...Classes/ContentObject/ContentObjectArrayContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayInternalContentObject.php 2 additions, 1 deletion...ContentObject/ContentObjectArrayInternalContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 5 additions, 4 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 2 additions, 1 deletion.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php 2 additions, 1 deletion...t/frontend/Classes/ContentObject/RecordsContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php 2 additions, 1 deletion...sext/frontend/Classes/ContentObject/UserContentObject.php
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 5 additions, 4 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 4 additions, 3 deletionstypo3/sysext/frontend/Classes/Http/RequestHandler.php
- typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php 3 additions, 2 deletions...ext/frontend/Classes/Middleware/PageArgumentValidator.php
- typo3/sysext/indexed_search/Classes/FileContentParser.php 17 additions, 16 deletionstypo3/sysext/indexed_search/Classes/FileContentParser.php
- typo3/sysext/indexed_search/Classes/Indexer.php 13 additions, 12 deletionstypo3/sysext/indexed_search/Classes/Indexer.php
- typo3/sysext/tstemplate/Resources/Private/Language/locallang_objbrowser.xlf 12 additions, 0 deletions...plate/Resources/Private/Language/locallang_objbrowser.xlf
Please register or sign in to comment