1. 29 Apr, 2014 31 commits
  2. 15 Apr, 2014 4 commits
  3. 07 Apr, 2014 1 commit
  4. 02 Apr, 2014 2 commits
  5. 29 Mar, 2014 1 commit
  6. 19 Mar, 2014 1 commit
    • 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