You are here

public function IntrospectionProcessor::__construct in Monolog 8

Same name and namespace in other branches
  1. 2.x src/Logger/Processor/IntrospectionProcessor.php \Drupal\monolog\Logger\Processor\IntrospectionProcessor::__construct()

@inheritDoc

File

src/Logger/Processor/IntrospectionProcessor.php, line 16

Class

IntrospectionProcessor
Class IntrospectionProcessor

Namespace

Drupal\monolog\Logger\Processor

Code

public function __construct() {
  parent::__construct(Logger::DEBUG, array(
    'Drupal\\monolog\\Logger\\',
  ), 0);
}