public function IntrospectionProcessor::__construct in Monolog 8
Same name and namespace in other branches
- 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\ProcessorCode
public function __construct() {
parent::__construct(Logger::DEBUG, array(
'Drupal\\monolog\\Logger\\',
), 0);
}