MyBuilder\Cronos\Formatter\Output::appendStandardErrorToFile PHP 메소드

appendStandardErrorToFile() 공개 메소드

public appendStandardErrorToFile ( string $filePath )
$filePath string
    public function appendStandardErrorToFile($filePath)
    {
        $this->stdErrFile = $filePath;
        $this->stdErrAppend = true;
        return $this;
    }