You are here

protected property LoggerChannelFactory::$loggers in Service Container 7.2

Same name and namespace in other branches
  1. 7 src/Logger/LoggerChannelFactory.php \Drupal\service_container\Logger\LoggerChannelFactory::loggers

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

Type: array

File

src/Logger/LoggerChannelFactory.php, line 30
Contains \Drupal\service_container\Logger\LoggerChannelFactory.

Class

LoggerChannelFactory
Defines a factory for logging channels.

Namespace

Drupal\service_container\Logger

Code

protected $loggers = array();