Sdílet prostřednictvím


TraceOptions.TraceInputsAndOutputs Property

Definition

Gets or sets a value indicating whether to trace the inputs and outputs of function calls.

public bool TraceInputsAndOutputs { get; set; }
member this.TraceInputsAndOutputs : bool with get, set
Public Property TraceInputsAndOutputs As Boolean

Property Value

true to trace the raw values of inputs and outputs; otherwise false.

Remarks

The default behavior when tracing function execution events is to include the number of bytes in the serialized inputs and outputs for function calls. This provides minimal information about what the inputs and outputs look like without bloating the logs or inadvertently exposing sensitive information to the logs. Setting TraceInputsAndOutputs to true will instead cause the default function logging to log the entire contents of function inputs and outputs.

Applies to