This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Monolog
Fabien Potencier d0d7ae24e4 Merge branch '2.6' into 2.7
* 2.6: (25 commits)
  Added information when an error occured during validation of an answer of a question
  Adding note about known BC issues
  Adding note about the PdoSessionHandler BC break
  [Console] fixes some typos and phpdoc.
  fix phpdoc's alignment
  [2.6] CS Fixes And Removed An Unused Import
  Minor phpcs fixes
  [ClassLoader] Fix undefined index in ClassCollectionLoader
  CS fixes
  Revert "minor #12821 Remove deprecated class (MasterB)"
  [2.3] More cs fixes
  Removed unused imports
  CS fixes
  bumped Symfony version to 2.6.2
  updated VERSION for 2.6.1
  updated CHANGELOG for 2.6.1
  bumped Symfony version to 2.5.9
  updated VERSION for 2.5.8
  update CONTRIBUTORS for 2.5.8
  updated CHANGELOG for 2.5.8
  ...

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2014-12-08 09:43:57 +01:00
..
Formatter Merge branch '2.5' 2014-11-03 04:55:50 +01:00
Handler Merge branch '2.5' into 2.6 2014-12-05 13:00:15 +01:00
Processor [HttpKernel] added $event->isMasterRequest() 2013-08-08 14:41:21 -07:00
Tests Merge branch '2.5' into 2.6 2014-12-02 21:19:20 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [MonologBridge] added integration with the console component 2013-06-04 17:05:23 +02:00
composer.json updated version to 2.7 2014-11-10 19:00:54 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Logger.php Hackday deprecated 12621 2014-11-30 12:26:28 +01:00
phpunit.xml.dist [PHPUnit] ignore E_USER_DEPRECATED notices 2014-11-29 16:15:10 +01:00
README.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00

Monolog Bridge

Provides integration for Monolog with various Symfony components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Monolog/
$ composer.phar install
$ phpunit