ConfigurableForwardingLogger.Parameters 属性

定义

获取或设置 ConfigurableForwardingLogger 的参数。Gets or sets the parameters for the ConfigurableForwardingLogger.

public:
 property System::String ^ Parameters { System::String ^ get(); void set(System::String ^ value); };
public string Parameters { get; set; }
member this.Parameters : string with get, set
Public Property Parameters As String

属性值

String

一个字符串,表示记录器参数。A string representing the logger parameters.

实现

注解

控制台记录器采用单个参数,以禁止在生成的结尾输出错误和警告摘要。The console logger takes a single parameter to suppress the output of the errors and warnings summary at the end of a build.

适用于