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

setStandardErrorFile() public method

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