Actions
Bug #54909
closedAdd missing logger names
Status:
Closed
Priority:
Should have
Assignee:
Category:
Logging
Target version:
Start date:
2014-01-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
and \TYPO3\CMS\Frontend\ContentObject\FilesContentObject
instanciate Loggers without providing a Logger name.
The convention is use __CLASS__
as logger names to be able to set particular configuration for each logger.
Actions