TraceOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration of the trace options for the Durable Task Extension.
public class TraceOptions
type TraceOptions = class
Public Class TraceOptions
- Inheritance
-
TraceOptions
Constructors
TraceOptions() |
Properties
AllowVerboseLinuxTelemetry |
Gets or sets if Azure linux telemetry should include verbose logs. |
DistributedTracingEnabled |
Gets or sets a flag indicating whether to enable distributed tracing. The default value is false. |
DistributedTracingProtocol |
Gets or sets a protocol for distributed Tracing. Possible values are "HttpCorrelationProtocol" and "W3CTraceContext". The default value is "HttpCorrelationProtocol". |
TraceInputsAndOutputs |
Gets or sets a value indicating whether to trace the inputs and outputs of function calls. |
TraceReplayEvents |
Gets or sets if logs for replay events need to be recorded. |
Applies to
Azure SDK for .NET