public function LoggerChannelInterface::addLogger

public LoggerChannelInterface::addLogger(LoggerInterface $logger, $priority = 0)

Adds a logger.

Parameters

\Psr\Log\LoggerInterface $logger: The PSR-3 logger to add.

int $priority: The priority of the logger being added.

File

core/lib/Drupal/Core/Logger/LoggerChannelInterface.php, line 69

Class

LoggerChannelInterface
Logger channel interface.

Namespace

Drupal\Core\Logger

Code

public function addLogger(LoggerInterface $logger, $priority = 0);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Logger!LoggerChannelInterface.php/function/LoggerChannelInterface::addLogger/8.1.x