Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LoggerChannelInterface.php

function LoggerChannelInterface::setLoggers

Sets the loggers for this channel.

Parameters

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

1 method overrides LoggerChannelInterface::setLoggers()
LoggerChannel::setLoggers in core/lib/Drupal/Core/Logger/LoggerChannel.php
Sets the loggers for this channel.

File

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

Class

LoggerChannelInterface
Logger channel interface.

Namespace

Drupal\Core\Logger

Code

public function setLoggers(array $loggers);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal