EmbeddedServer::_getLogFileName PHP Метод

_getLogFileName() публичный Метод

Get the embedded server log.
public _getLogFileName ( ) : string
Результат string
    function _getLogFileName()
    {
        return Config::getVar('files', 'files_dir') . DIRECTORY_SEPARATOR . 'lucene' . DIRECTORY_SEPARATOR . 'solr-php.log';
    }