Neos\Flow\Log\Backend\FileBackend::setLogFileURL PHP Метод

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

Sets URL pointing to the log file. Usually the full directory and the filename, however any valid stream URL is possible.
public setLogFileURL ( string $logFileUrl ) : void
$logFileUrl string URL pointing to the log file
Результат void
    public function setLogFileURL($logFileUrl)
    {
        $this->logFileUrl = $logFileUrl;
    }