共用方式為


IWithDiagnosticLogging<ParentT> 介面

定義

允許設定記錄來源的 Web 應用程式診斷記錄定義。

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

類型參數

ParentT

最終 Attachable.attach () 的傳回型別。

衍生

方法

WithApplicationLogging()

從 Web 應用程式啟用記錄。

WithWebServerLogging()

從網頁伺服器啟用記錄。

適用於