WebAppLogConfigurationReader(IWebAppContext) Constructor

Definition

Creates a new instance of the WebAppLogConfigurationReader class.

public:
 WebAppLogConfigurationReader(Microsoft::Extensions::Logging::AzureAppServices::Internal::IWebAppContext ^ context);
public WebAppLogConfigurationReader (Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppContext context);
new Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfigurationReader : Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppContext -> Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfigurationReader
Public Sub New (context As IWebAppContext)

Parameters

context
IWebAppContext

The context in which the reader runs.

Remarks

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

Applies to