protected property LoggerChannelFactory::$loggers in Service Container 7
Same name and namespace in other branches
- 7.2 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\LoggerCode
protected $loggers = array();