LoggerChannelFactoryInterface::addLogger

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

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

\Drupal\Core\DependencyInjection\Compiler\RegisterLoggersPass

File

core/lib/Drupal/Core/Logger/LoggerChannelFactoryInterface.php, line 30

Class

LoggerChannelFactoryInterface
Logger channel factory interface.

Namespace

Drupal\Core\Logger

Code

public function addLogger(LoggerInterface $logger, $priority = 0);
doc_Drupal
2016-10-29 09:25:02
Comments
Leave a Comment

Please login to continue.