MyBuilder\Cronos\Formatter\Job::setStandardOutFile PHP Method

setStandardOutFile() public method

See also: Output::setStandardOutFile
public setStandardOutFile ( string $filePath )
$filePath string
    public function setStandardOutFile($filePath)
    {
        $this->output->setStandardOutFile($filePath);
        return $this;
    }