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.

Definition

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

Property Value

Boolean

See Also