GrumPHP\IO\ConsoleIO::isDebug PHP Method

isDebug() public method

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