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';
    }