AzureAppServicesDiagnosticsLoggerProvider コンストラクター

定義

AzureAppServicesDiagnosticsLoggerProvider クラスの新しいインスタンスを作成します。

public:
 AzureAppServicesDiagnosticsLoggerProvider(Microsoft::Extensions::Logging::AzureAppServices::Internal::WebAppContext ^ context, Microsoft::Extensions::Logging::AzureAppServices::AzureAppServicesDiagnosticsSettings ^ settings);
public AzureAppServicesDiagnosticsLoggerProvider (Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppContext context, Microsoft.Extensions.Logging.AzureAppServices.AzureAppServicesDiagnosticsSettings settings);
new Microsoft.Extensions.Logging.AzureAppServices.Internal.AzureAppServicesDiagnosticsLoggerProvider : Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppContext * Microsoft.Extensions.Logging.AzureAppServices.AzureAppServicesDiagnosticsSettings -> Microsoft.Extensions.Logging.AzureAppServices.Internal.AzureAppServicesDiagnosticsLoggerProvider
Public Sub New (context As WebAppContext, settings As AzureAppServicesDiagnosticsSettings)

パラメーター

context
WebAppContext

注釈

この API では .NET インフラストラクチャがサポートされます。コードから直接使用するためのものではありません。

適用対象