ProcessSettings.

RedirectStandardError Property

Summary

Gets or sets a value indicating whether the error output of an application is written to the standard error stream.
Namespace
Cake.Core.IO
Containing Type
ProcessSettings

Syntax

public bool RedirectStandardError { get; set; }

Value

Type Description
bool true if error output should be redirected; false if error output should be written to the standard error stream. The default is false.