Sulu\Bundle\PreviewBundle\Preview\Renderer\PreviewKernel::getLogDir PHP Method

getLogDir() public method

public getLogDir ( )
    public function getLogDir()
    {
        $context = $this->getContext();
        $this->setContext(static::CONTEXT_PREVIEW);
        $logDirectory = parent::getLogDir();
        $this->setContext($context);
        return $logDirectory;
    }