IWithApplicationLogLevel<ParentT> Interface

Definition

A web app diagnostic log definition allowing application log level to be specified.

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

Type Parameters

ParentT

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

Derived

Methods

WithLogLevel(LogLevel)

Specifies the application log level.

Applies to