CompatibilityPreferences.isLogHTTPRequestAndResponseBodies Property

Parent Object: CompatibilityPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/CompatibilityPreferences.h>

Description

Gets or sets a value indicating whether HTTP request and response bodies are included in log output.

Syntax

"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.

# Get the value of the property.
propertyValue = compatibilityPreferences_var.isLogHTTPRequestAndResponseBodies

# Set the value of the property.
compatibilityPreferences_var.isLogHTTPRequestAndResponseBodies = propertyValue
"compatibilityPreferences_var" is a variable referencing a CompatibilityPreferences object.
#include <Core/Application/CompatibilityPreferences.h>

// Get the value of the property.
boolean propertyValue = compatibilityPreferences_var->isLogHTTPRequestAndResponseBodies();

// Set the value of the property, where value_var is a boolean.
bool returnValue = compatibilityPreferences_var->isLogHTTPRequestAndResponseBodies(value_var);

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version April 2026