logger.factory

Same name in other branches
  1. 9 core/core.services.yml \logger.factory
  2. 8.9.x core/core.services.yml \logger.factory

Class

Drupal\Core\Logger\LoggerChannelFactory

Tags

  • service_collector
16 string references to logger.factory
CronTest::setUp in core/tests/Drupal/Tests/Core/CronTest.php
EntityReferenceEntityFormatter::create in core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php
Creates an instance of the plugin.
FieldEntityTest::testGetEntityNullEntityOptionalRelationship in core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php
Tests the getEntity method returning NULL for an optional relationship.
LanguageNegotiatorPluginTest::testLanguageNegotiatorNoPlugin in core/modules/language/tests/src/Kernel/LanguageNegotiatorPluginTest.php
Tests for PluginNotFoundException.
LegacyBootstrapTest::testWatchdogException in core/tests/Drupal/KernelTests/Core/Bootstrap/LegacyBootstrapTest.php
Tests watchdog_exception() deprecation.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Logger\LoggerChannelFactory
  2. arguments:
  3. - '@request_stack'
  4. - '@current_user'
  5. tags:
  6. - { name: service_collector, tag: logger, call: addLogger }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.