N98\Magento\Command\Developer\Log\AbstractLogCommand::getDebugDir PHP Method

getDebugDir() protected method

protected getDebugDir ( ) : string
return string
    protected function getDebugDir()
    {
        return \Mage::getBaseDir('var') . '/debug';
    }