You are here

jsonlog.services.yml in JSONlog 3.x

Same filename and directory in other branches
  1. 8.2 jsonlog.services.yml
  2. 8 jsonlog.services.yml

File

jsonlog.services.yml
View source
  1. services:
  2. logger.jsonlog:
  3. class: Drupal\jsonlog\Logger\JsonLog
  4. arguments: ['@config.factory', '@logger.log_message_parser', '@module_handler', '@request_stack']
  5. tags:
  6. - { name: logger }