|
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.ErrorManagementAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+42d747c9715f1fa10d4cfc2f9ab3daabb0a187d9
Syntaxpublic bool SuppressInteractiveLogging { get; protected set; }
Public Property SuppressInteractiveLogging As Boolean
Get
Protected Set
public:
property bool SuppressInteractiveLogging {
bool get ();
protected: void set (bool value);
}
member SuppressInteractiveLogging : bool with get, set
function get_SuppressInteractiveLogging();
function set_SuppressInteractiveLogging(value);
View SourceProperty Value
Boolean
See Also