共用方式為


IWithApplicationLogLevel<ParentT> 介面

定義

允許指定應用程式記錄層級的 Web 應用程式診斷記錄定義。

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

類型參數

ParentT

附加此定義之後要傳回之父定義的階段。

衍生

方法

WithLogLevel(LogLevel)

指定應用程式記錄層級。

適用於