Feature #60551
closedAdd LogManagerInterface
100%
Description
When logging with the Core Logging API, one has to use \TYPO3\CMS\Core\Log\LogManager->getLogger()
to get an instance of a logger.
Adding an interface \TYPO3\CMS\Core\Log\LogManagerInterface
will enable you to ship an alternative 3rd party LogManager instance. Given the LogManager is added to a class using dependency injection, this would make it possible to use Monolog for logging without touching any class.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31791
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31791
Updated by Steffen Müller over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aecaed882ac65c219a0f60cd71bc80087a4a21e2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed