pmdevelopment / logger-bundle
Logger for Symfony
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/pmdevelopment/logger-bundle
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