You are here

public function LoggerChannelPartFactory::__construct in Purge 8.3

Construct \Drupal\purge\Logger\LoggerChannelPartFactory.

Parameters

\Psr\Log\LoggerInterface $logger_channel_purge: The single and central logger channel used by purge module(s).

File

src/Logger/LoggerChannelPartFactory.php, line 26

Class

LoggerChannelPartFactory
Provides a factory that creates LoggerChannelPartInterface instances.

Namespace

Drupal\purge\Logger

Code

public function __construct(LoggerInterface $logger_channel_purge) {
  $this->loggerChannelPurge = $logger_channel_purge;
}