Mercurial > hg > cmmr2012-drupal-site
comparison vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
10 */ | 10 */ |
11 | 11 |
12 namespace Symfony\Component\HttpKernel\DependencyInjection; | 12 namespace Symfony\Component\HttpKernel\DependencyInjection; |
13 | 13 |
14 use Psr\Log\LoggerInterface; | 14 use Psr\Log\LoggerInterface; |
15 use Symfony\Component\HttpKernel\Log\Logger; | |
16 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; | 15 use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
17 use Symfony\Component\DependencyInjection\ContainerBuilder; | 16 use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 use Symfony\Component\HttpKernel\Log\Logger; | |
18 | 18 |
19 /** | 19 /** |
20 * Registers the default logger if necessary. | 20 * Registers the default logger if necessary. |
21 * | 21 * |
22 * @author Kévin Dunglas <dunglas@gmail.com> | 22 * @author Kévin Dunglas <dunglas@gmail.com> |