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+dcb224c2c063d13b940ff73569ed74de55e231c9
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