Share via


IWithFailedRequestTracing<ParentT> Interface

Definition

A web app diagnostic log definition allowing failed request tracing to be specified.

public interface IWithFailedRequestTracing<ParentT>
type IWithFailedRequestTracing<'ParentT> = interface
Public Interface IWithFailedRequestTracing(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithFailedRequestTracing(Boolean)

Specifies if diagnostic information on failed requests should be gathered.

Applies to