Prado\Util\TFileLogRoute::setLogPath PHP Метод

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

public setLogPath ( $value )
    public function setLogPath($value)
    {
        if (($this->_logPath = Prado::getPathOfNamespace($value)) === null || !is_dir($this->_logPath) || !is_writable($this->_logPath)) {
            throw new TConfigurationException('filelogroute_logpath_invalid', $value);
        }
    }