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

属性值

Boolean

如果记录器将显示错误和警告的摘要,则为 true;否则为 falsetrue if the logger will display a summary of errors and warnings; otherwise, false.

适用于