pmdevelopment / logger-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Logger for Symfony
1.0.10
2018-07-18 09:10 UTC
Requires
- php: ^7.0.16
- friendsofsymfony/user-bundle: ^2.0
- pmdevelopment/tool-bundle: *
- symfony/doctrine-bridge: ^3.4
- symfony/symfony: ^3.4
README
It is a Symfony Bundle with the goal to provide a persistent logger, which allows parallel (but not compatible!) to the integrated and easy error management for the productive environment.
Setup
Add to composer:
composer require pmdevelopment/logger-bundle
Add to Bundles in AppKernel:
new PM\Bundle\LoggerBundle\PMLoggerBundle(),
Import services in config.yml:
imports: - { resource: "@PMLoggerBundle/Resources/config/services.yml" }
Create and execute migrations:
php bin/console doctr:migr:diff php bin/console doctr:migr:migr