You are here

protected property LoggerChannelTrait::$loggerFactory in Drupal 8

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

The logger channel factory service.

Type: \Drupal\Core\Logger\LoggerChannelFactoryInterface

File

core/lib/Drupal/Core/Logger/LoggerChannelTrait.php, line 22

Class

LoggerChannelTrait
Wrapper methods for the logger factory service.

Namespace

Drupal\Core\Logger

Code

protected $loggerFactory;