public function Logger::setLoggers in Monolog 2.x
Same name and namespace in other branches
- 8 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\LoggerCode
public function setLoggers(array $loggers) {
// Do nothing.
}