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(),
);