Constructs a new ExceptionLoggingSubscriber.
\Drupal\Core\Logger\LoggerChannelFactoryInterface $logger: The logger channel factory.
public function __construct(LoggerChannelFactoryInterface $logger) { $this->logger = $logger; }