DNCreateEnvironment::logfile PHP Method

logfile() protected method

Return a path to the log file.
protected logfile ( ) : string
return string
    protected function logfile()
    {
        return sprintf('%s.createenv.%s.log', $this->Project()->Name, $this->ID);
    }