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

This package is not auto-updated.

Last update: 2022-01-19 12:22:37 UTC


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