Click or drag to resize

DocumentTaskSettingsDebugLogging Property

If true, verbose debug logging is enabled (default value: false). Setting to true is not a recommended setting unless trying to track down a failed task or related issue. Setting to true degrades task execution performance.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool DebugLogging { get; set; }

Property Value

Boolean
See Also