• Fabien Potencier's avatar
    feature #895 Replace Monolog middlewares by an event listener (GromNaN) · a6e15a75
    Fabien Potencier authored
    This PR was merged into the 1.2.x-dev branch.
    
    Discussion
    ----------
    
    Replace Monolog middlewares by an event listener
    
    This is an alternative to the changes introduced by #894 in order to allow replacement of the logging middlewares.
    Instead of having a Closure for each listener, this PR introduces a listener class.
    The listener can be used independently from the MonologServiceProvider.
    
    | Q             | A
    | ------------- | ---
    | Bug fix?      | no
    | New feature?  | yes
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #870
    | License       | MIT
    | Doc          | yes
    
    Commits
    -------
    
    499a626f Replace Monolog middlewares by an event listener
    a6e15a75
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.rst Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...