Click or drag to resize

ErrorLoggerLogToUI Property

Gets or sets a boolean value that indicates whether Exception information is to be displayed on the application UI.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.260-beta+cb466f216da12fb731bf5493e0294c87f9de1794
Syntax
[DefaultValueAttribute(false)]
public bool LogToUI { get; set; }
View Source

Property Value

Boolean
Remarks
This setting is ignored in Windows Service and Web Service application types.
See Also