You are here

protected property LoggerChannelFactory::$loggers in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Logger/LoggerChannelFactory.php \Drupal\Core\Logger\LoggerChannelFactory::loggers

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

Type: array

File

core/lib/Drupal/Core/Logger/LoggerChannelFactory.php, line 32
Contains \Drupal\Core\Logger\LoggerChannelFactory.

Class

LoggerChannelFactory
Defines a factory for logging channels.

Namespace

Drupal\Core\Logger

Code

protected $loggers = array();