service logger.factory in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \logger.factory
- 9 core/core.services.yml \logger.factory
Class
Drupal\Core\Logger\LoggerChannelFactoryTags
- service_collector
32 string references to logger.factory
- AreaDisplayLinkTest::setUp in core/
modules/ views/ tests/ src/ Kernel/ Handler/ AreaDisplayLinkTest.php - CommentTypeDeleteForm::create in core/
modules/ comment/ src/ Form/ CommentTypeDeleteForm.php - Instantiates a new instance of this class.
- CommentTypeForm::create in core/
modules/ comment/ src/ CommentTypeForm.php - Instantiates a new instance of this class.
- ConnectionFailureTest::testConnectionFailureLogging in core/
modules/ dblog/ tests/ src/ Kernel/ ConnectionFailureTest.php - Tests logging of connection failures.
- CronTest::setUp in core/
tests/ Drupal/ Tests/ Core/ CronTest.php
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Logger\LoggerChannelFactory
- parent: container.trait
- tags:
- - { name: service_collector, tag: logger, call: addLogger }