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.181-beta
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