function LoggerChannelInterface::addLogger
Adds a logger.
Parameters
\Psr\Log\LoggerInterface $logger: The PSR-3 logger to add.
int $priority: The priority of the logger being added.
1 method overrides LoggerChannelInterface::addLogger()
- LoggerChannel::addLogger in core/
lib/ Drupal/ Core/ Logger/ LoggerChannel.php  - Adds a logger.
 
File
- 
              core/
lib/ Drupal/ Core/ Logger/ LoggerChannelInterface.php, line 69  
Class
- LoggerChannelInterface
 - Logger channel 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.