You are here

service exception.logger in Drupal 10

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

Class

Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber

Tags

  • event_subscriber
1 string reference to exception.logger
TestControllers::removeExceptionLogger in core/modules/system/tests/modules/router_test_directory/src/TestControllers.php

File

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

View source
  1. class: Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@logger.factory'