You are here

service logger.factory in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \logger.factory
  2. 9 core/core.services.yml \logger.factory

Class

Drupal\Core\Logger\LoggerChannelFactory

Tags

  • 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

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Logger\LoggerChannelFactory
  2. parent: container.trait
  3. tags:
  4. - { name: service_collector, tag: logger, call: addLogger }