opale/console-exception-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony ConsoleExceptionBundle

1.0.2 2016-06-29 19:24 UTC

This package is not auto-updated.

Last update: 2020-02-07 16:08:39 UTC


README

Scrutinizer Code Quality

ConsoleExceptionBundle

Symfony console exception logger bundle is a simple implementation of http://symfony.com/doc/current/cookbook/console/logging.html

Just register the bundle in your AppKernel.php


$bundles = array(
    //...
    new Opale\ConsoleExceptionBundle\OpaleConsoleExceptionBundle(),
);