ConsoleLogger.ShowSummary Property

Definition

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

Property Value

true if the logger will display a summary of errors and warnings; otherwise, false.

Applies to