EmbeddedServer::_getLogFileName PHP Method

_getLogFileName() public method

Get the embedded server log.
public _getLogFileName ( ) : string
return string
    function _getLogFileName()
    {
        return Config::getVar('files', 'files_dir') . DIRECTORY_SEPARATOR . 'lucene' . DIRECTORY_SEPARATOR . 'solr-php.log';
    }