opale / console-exception-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony ConsoleExceptionBundle
Package info
github.com/OpaleNet/ConsoleExceptionBundle
Type:symfony-bundle
pkg:composer/opale/console-exception-bundle
1.0.2
2016-06-29 19:24 UTC
Requires
- php: >=5.3.9
- psr/log: ^1.0.0
- symfony/config: ^2.3||^3.0
- symfony/console: ^2.3||^3.0
- symfony/dependency-injection: ^2.3||^3.0
- symfony/http-kernel: ^2.3||^3.0
This package is not auto-updated.
Last update: 2020-02-07 16:08:39 UTC
README
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(), );