ConsoleLogger.ShowSummary 属性
定义
获取或设置一个值,该值指示记录器是否显示错误和警告的摘要。Gets or sets a value indicating whether the logger will display a summary of errors and warnings.
public:
property bool ShowSummary { bool get(); void set(bool value); };
public bool ShowSummary { get; set; }
member this.ShowSummary : bool with get, set
Public Property ShowSummary As Boolean
属性值
如果记录器将显示错误和警告的摘要,则为 true;否则为 false。true if the logger will display a summary of errors and warnings; otherwise, false.