Click or drag to resize

ErrorLogger.SuppressInteractiveLogging Property

Gets or sets flag that controls if Loggers requiring interaction either directly or indirectly when logging handled Exception using the Log(Exception) method are enabled.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntax
public bool SuppressInteractiveLogging { get; protected set; }
View Source

Property Value

Boolean
See Also