PHP Classes

File: Resources/config/default/logger.yml

Recommend this page to a friend!
  Classes of Roni   Easy PHP Audit Log Bundle   Resources/config/default/logger.yml   Download  
File: Resources/config/default/logger.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP Audit Log Bundle
Log specific events according to configuration
Author: By
Last change:
Date: 5 years ago
Size: 473 bytes
 

Contents

Class file image Download
services: xiidea.easy_audit.logger.service: class: Xiidea\EasyAuditBundle\Logger\Logger arguments: ['@doctrine'] tags: - { name: easy_audit.logger } xiidea.easy_audit.entity_delete_event.subscriber: class: Xiidea\EasyAuditBundle\Subscriber\DoctrineDeleteEventLogger arguments: ['@xiidea.easy_audit.logger.service'] public: false tags: - { name: kernel.event_subscriber }