次の方法で共有


IWithDiagnosticLogging<ParentT> インターフェイス

定義

ログ ソースを設定できる Web アプリ診断ログ定義。

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

型パラメーター

ParentT

最終的な Attachable.attach() の戻り値の型。

派生

メソッド

WithApplicationLogging()

Web アプリケーションからのログ記録を有効にします。

WithWebServerLogging()

Web サーバーからのログ記録を有効にします。

適用対象