function LoggerChannelFactoryInterface::addLogger
Same name in other branches
- 9 core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php \Drupal\Core\Logger\LoggerChannelFactoryInterface::addLogger()
- 10 core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php \Drupal\Core\Logger\LoggerChannelFactoryInterface::addLogger()
- 11.x core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php \Drupal\Core\Logger\LoggerChannelFactoryInterface::addLogger()
Adds a logger to all the channels.
Parameters
\Psr\Log\LoggerInterface $logger: The PSR-3 logger to add.
int $priority: The priority of the logger being added.
See also
\Symfony\Component\HttpKernel\DependencyInjection\LoggerPass
1 method overrides LoggerChannelFactoryInterface::addLogger()
- LoggerChannelFactory::addLogger in core/
lib/ Drupal/ Core/ Logger/ LoggerChannelFactory.php - Adds a logger to all the channels.
File
-
core/
lib/ Drupal/ Core/ Logger/ LoggerChannelFactoryInterface.php, line 30
Class
- LoggerChannelFactoryInterface
- Logger channel factory interface.
Namespace
Drupal\Core\LoggerCode
public function addLogger(LoggerInterface $logger, $priority = 0);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.