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

setStandardErrorFile() public method

public setStandardErrorFile ( string $filePath, boolean $append = false )
$filePath string
$append boolean Either append or rewrite log file
    public function setStandardErrorFile($filePath, $append = false)
    {
        $this->stdErrFile = $filePath;
        $this->stdErrAppend = $append;
        return $this;
    }