2017 © Pedro Peláez
 

symfony-bundle console-logger-bundle

Symfony2 bundles that adds logging of exceptions thrown in console commands.

image

catchamonkey/console-logger-bundle

Symfony2 bundles that adds logging of exceptions thrown in console commands.

  • Monday, April 27, 2015
  • by catchamonkey
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,466 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CatchamonkeyConsoleLoggerBundle

Build Status
Scrutinizer
SensioLabsInsight, (*1)

Symfony2 bundles that adds logging of exceptions thrown in console commands, (*2)

Installation

Step 1) Download, (*3)

Download the bundle using Composer:, (*4)

composer require "catchamonkey/console-logger-bundle"

This will be installed into your vendor directory, (*5)

Step 2) Register the Bundle in your kernel, (*6)

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Catchamonkey\Bundle\ConsoleLoggerBundle\CatchamonkeyConsoleLoggerBundle(),
    );
}

And your done! You will now see that exceptions from console commands are logged at error level via monolog, (*7)

The Versions

27/04 2015

dev-master

9999999-dev http://github.com/catchamonkey/CatchamonkeyConsoleLoggerBundle

Symfony2 bundles that adds logging of exceptions thrown in console commands.

  Sources   Download

MIT

The Requires

 

The Development Requires

logger logging console bundle symfony

20/08 2014

v1.0.0

1.0.0.0 http://github.com/catchamonkey/CatchamonkeyConsoleLoggerBundle

Symfony2 bundles that adds logging of exceptions thrown in console commands.

  Sources   Download

MIT

The Requires

 

The Development Requires

logger logging console bundle symfony