public function IntrospectionProcessor::__construct in Monolog 2.x
Same name and namespace in other branches
- 8 src/Logger/Processor/IntrospectionProcessor.php \Drupal\monolog\Logger\Processor\IntrospectionProcessor::__construct()
Constructs a Default object.
@inheritDoc
File
- src/
Logger/ Processor/ IntrospectionProcessor.php, line 18
Class
- IntrospectionProcessor
- Class IntrospectionProcessor.
Namespace
Drupal\monolog\Logger\ProcessorCode
public function __construct() {
parent::__construct(Logger::DEBUG, [
'Drupal\\monolog\\Logger\\',
], 0);
}