Ouzo\Logger\AbstractLogger::isDebug PHP Method

isDebug() protected method

protected isDebug ( )
    protected function isDebug()
    {
        return Config::getValue('debug');
    }