Task #41943

Support logger names with namespace notation

Added by Steffen Müller almost 3 years ago. Updated almost 3 years ago.

Status:Resolved Start date:2012-10-13
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:Logging Spent time: -
Target version:-
TYPO3 Version:6.0 Complexity:
PHP Version: 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).


Related issues

related to Core - Task #40095: Move core to namespaces Resolved 2012-08-23 2012-09-18
related to Core - Task #42582: Add Test for namespaces in Logger names Resolved 2012-11-01

Associated revisions

Revision 53f4b4a5
Added by Steffen Müller almost 3 years ago

[TASK] Support logger names with namespaces

Resolves: #41943
Releases: 6.0

Change-Id: Ie9ee6fd200a330d7c78285afc380d1d59d4ec03a
Reviewed-on: http://review.typo3.org/15545
Reviewed-by: Steffen Ritter
Tested-by: Steffen Ritter
Reviewed-by: Philipp Gampe
Reviewed-by: Ingo Renner
Tested-by: Ingo Renner

History

#1 Updated by Steffen Müller almost 3 years ago

Please mark this issue a sub-task of #40095

#2 Updated by Gerrit Code Review almost 3 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

#3 Updated by Gerrit Code Review almost 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15545

#4 Updated by Steffen Müller almost 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF