You are here

protected property LoggerChannelFactory::$channels in Drupal 8

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

Array of all instantiated logger channels keyed by channel name.

Type: \Drupal\Core\Logger\LoggerChannelInterface[]

File

core/lib/Drupal/Core/Logger/LoggerChannelFactory.php, line 20

Class

LoggerChannelFactory
Defines a factory for logging channels.

Namespace

Drupal\Core\Logger

Code

protected $channels = [];