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 基础结构,不应直接从代码中使用。

适用于