service logger.factory in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \logger.factory
Class
Drupal\Core\Logger\LoggerChannelFactoryTags
- service_collector
5 string references to logger.factory
- ConnectionFailureTest::testConnectionFailureLogging in core/
modules/ dblog/ src/ Tests/ ConnectionFailureTest.php - Tests logging of connection failures.
- EntityReferenceEntityFormatter::create in core/
lib/ Drupal/ Core/ Field/ Plugin/ Field/ FieldFormatter/ EntityReferenceEntityFormatter.php - Creates an instance of the plugin.
- FormBase::logger in core/
lib/ Drupal/ Core/ Form/ FormBase.php - Gets the logger for a specific channel.
- ViewsIntegrationTest::testIntegration in core/
modules/ dblog/ src/ Tests/ Views/ ViewsIntegrationTest.php - Tests the integration.
- _drupal_log_error in core/
includes/ errors.inc - Logs a PHP error or exception and displays an error page in fatal cases.
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 }