| LiveIntegrationAddInLogDebugInfo Property |
Gets or sets to log debug information
Namespace:
Dynamicweb.Ecommerce.LiveIntegration
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax [AddInParameterAttribute("Log request and response content")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("F) Logs")]
[AddInParameterOrderAttribute(370)]
public bool LogDebugInfo { get; set; }
<AddInParameterAttribute("Log request and response content")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("F) Logs")>
<AddInParameterOrderAttribute(370)>
Public Property LogDebugInfo As Boolean
Get
Set
Property Value
Type:
Booleantrue if [log debug information]; otherwise,
false.
Implements
ISettingsLogDebugInfoSee Also