Feature #33299
Automatic class name to logger key resolution
| Status: | Resolved | Start date: | 2012-01-18 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | ||||
| Votes: | 0 |
Description
When retrieving a logger through the factory it should be possible to either retrieve it using a class name or a concrete "namespaced" name.
Internaly the loggers are always managed by key. Thus the class name should automatically converted to namespace notation:
example:
t3lib_cache_backend_DbBackend -> t3lib.cache.backend.DbBackend
History
Updated by Steffen Müller 10 months ago
- Status changed from New to Resolved