Aerys\DebugProcess::__construct PHP Method

__construct() public method

public __construct ( Psr\Log\LoggerInterface $logger, Bootstrapper $bootstrapper = null )
$logger Psr\Log\LoggerInterface
$bootstrapper Bootstrapper
    public function __construct(PsrLogger $logger, Bootstrapper $bootstrapper = null)
    {
        parent::__construct($logger);
        $this->logger = $logger;
        $this->bootstrapper = $bootstrapper ?: new Bootstrapper();
    }