• 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
..
cookbook Loading commit data...
providers Loading commit data...
changelog.rst Loading commit data...
conf.py Loading commit data...
contributing.rst Loading commit data...
index.rst Loading commit data...
internals.rst Loading commit data...
intro.rst Loading commit data...
middlewares.rst Loading commit data...
organizing_controllers.rst Loading commit data...
phar.rst Loading commit data...
providers.rst Loading commit data...
services.rst Loading commit data...
testing.rst Loading commit data...
usage.rst Loading commit data...
web_servers.rst Loading commit data...