DeploynautLogFile::getRawFilePath PHP Method

getRawFilePath() public method

Return the un-sanitised log path.
public getRawFilePath ( ) : string
return string
    public function getRawFilePath()
    {
        return $this->basePath . '/' . $this->logFile;
    }