Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DebugLoggerConfigurator.php

function DebugLoggerConfigurator::pushDebugLogger

File

vendor/symfony/http-kernel/Log/DebugLoggerConfigurator.php, line 30

Class

DebugLoggerConfigurator
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\HttpKernel\Log

Code

public function pushDebugLogger(Logger $logger) : void {
    if ($this->processor) {
        $logger->pushProcessor($this->processor);
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal