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

appendStandardErrorToFile() public method

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