AzureAppServicesDiagnosticsLoggerProvider Constructor

Definition

Creates a new instance of the AzureAppServicesDiagnosticsLoggerProvider class.

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)

Parameters

context
WebAppContext

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to