[TASK] Streamline usage of Logging
The Logger can be used with the LoggerAwareInterface+Trait combination and was fogot for FAL related areas. The LocalImageProcessor and FileProcessingService did not have any usage of the logger, thus, they were removed. Additionally, one should reference against the interfaces, not the implementation classes directly. Resolves: #85519 Releases: master Change-Id: Ie381b1fc9a7007e76ea1c487fa9b1bda4a793bc0 Reviewed-on: https://review.typo3.org/57515 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Alexander Schnitzler <typo3@alexanderschnitzler.de> Tested-by:
Alexander Schnitzler <typo3@alexanderschnitzler.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Showing
- typo3/sysext/core/Classes/Resource/Processing/LocalImageProcessor.php 0 additions, 16 deletions.../core/Classes/Resource/Processing/LocalImageProcessor.php
- typo3/sysext/core/Classes/Resource/Service/FileProcessingService.php 0 additions, 10 deletions...t/core/Classes/Resource/Service/FileProcessingService.php
- typo3/sysext/core/Classes/Resource/StorageRepository.php 5 additions, 16 deletionstypo3/sysext/core/Classes/Resource/StorageRepository.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 7 additions, 6 deletions...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php 2 additions, 2 deletionstypo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php
- typo3/sysext/extensionmanager/Classes/Utility/InstallUtility.php 0 additions, 1 deletion...ysext/extensionmanager/Classes/Utility/InstallUtility.php
- typo3/sysext/impexp/Classes/Utility/ImportExportUtility.php 0 additions, 1 deletiontypo3/sysext/impexp/Classes/Utility/ImportExportUtility.php
- typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php 5 additions, 16 deletions...install/Classes/Updates/BackendLayoutIconUpdateWizard.php
- typo3/sysext/install/Classes/Updates/FrontendUserImageUpdateWizard.php 4 additions, 16 deletions...install/Classes/Updates/FrontendUserImageUpdateWizard.php
Please register or sign in to comment