You are here

service purge.logger in Purge 8.3

Class

Drupal\purge\Logger\LoggerService

Tags

  • needs_destruction
4 string references to purge.logger
DiagnosticsService::getLogger in src/Plugin/Purge/DiagnosticCheck/DiagnosticsService.php
Initialize and retrieve the logger via lazy loading.
LoggingConfigForm::create in modules/purge_ui/src/Form/LoggingConfigForm.php
Instantiates a new instance of this class.
LoggingConfigFormTest::setUp in modules/purge_ui/tests/src/Functional/Form/LoggingConfigFormTest.php
Set up the test object.
TestTrait::initializeLoggerService in tests/src/Traits/TestTrait.php
Make $this->purgeLogger available.

File

./purge.services.yml
purge.services.yml

View source
  1. class: Drupal\purge\Logger\LoggerService
  2. arguments:
  3. - '@config.factory'
  4. - '@purge.logger.parts_factory'
  5. public: true
  6. tags:
  7. - { name: needs_destruction }