DeploynautLogFile::getRawFilePath PHP Méthode

getRawFilePath() public méthode

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