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
2015-04-10 10:56:33 +02:00
..
Formatter Merge branch '2.5' 2014-11-03 04:55:50 +01:00
Handler Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
Processor Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
Tests [2.3] Remove useless tests skips 2015-01-03 14:14:51 +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.8 2015-04-10 10:56:33 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
Logger.php Fixed some deprecations according to @stof feedbacks. 2015-01-05 16:02:28 +01:00
phpunit.xml.dist [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +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 install
$ phpunit