You are here

service logger.smartling in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 tmgmt_smartling.services.yml \logger.smartling
  2. 8.2 tmgmt_smartling.services.yml \logger.smartling

Class

Drupal\tmgmt_smartling\Logger\BufferLogger

Tags

  • logger
1 string reference to logger.smartling
BufferLoggerTest::setUp in tests/src/Kernel/BufferLoggerTest.php

File

./tmgmt_smartling.services.yml
tmgmt_smartling.services.yml

View source
  1. class: Drupal\tmgmt_smartling\Logger\BufferLogger
  2. arguments:
  3. - '@http_client'
  4. - '@logger.log_message_parser'
  5. - '@config.factory'
  6. - '@request_stack'
  7. calls:
  8. - [setConfigManager, ['@tmgmt_smartling.smartling_config_manager']]
  9. tags:
  10. - { name: logger }