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

appendStandardOutToFile() public method

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