Actions
Task #41943
closedSupport logger names with namespace notation
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2012-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The Logging API uses a dot-separated notation for logger names. The "pre-namespace" notation with underscores (t3lib_cache_backend) gets converted to a dot-separated notation (t3lib.cache.backend).
Now that we have true PHP namespaces, we also need to support logger names with backslash notation (TYPO3\CMS\Core\Cache\Backend).
Updated by Steffen Müller about 12 years ago
Please mark this issue a sub-task of #40095
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15545
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15545
Updated by Steffen Müller about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 53f4b4a563866872796701900a0a2c42eeda7410.
Actions