You are here

public function Logger::setLoggers in Monolog 8

Same name and namespace in other branches
  1. 2.x src/Logger/Logger.php \Drupal\monolog\Logger\Logger::setLoggers()

Sets the loggers for this channel.

Parameters

array $loggers: An array of arrays of \Psr\Log\LoggerInterface keyed by priority.

Overrides LoggerChannelInterface::setLoggers

File

src/Logger/Logger.php, line 66

Class

Logger
Logger class for the Drupal Monolog module.

Namespace

Drupal\monolog\Logger

Code

public function setLoggers(array $loggers) {

  // Do nothing.
}