Sculpin\Core\Io\ConsoleIo::isDebug PHP Method

isDebug() public method

{@inheritDoc}
public isDebug ( )
    public function isDebug()
    {
        return $this->output->getVerbosity() >= 4;
        // OutputInterface::VERBOSITY_DEBUG
    }