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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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