WebConfigurationReaderLevelSwitch コンストラクター

定義

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

public:
 WebConfigurationReaderLevelSwitch(Microsoft::Extensions::Logging::AzureAppServices::Internal::IWebAppLogConfigurationReader ^ reader, Func<Microsoft::Extensions::Logging::AzureAppServices::Internal::WebAppLogConfiguration ^, Microsoft::Extensions::Logging::LogLevel> ^ convert);
public WebConfigurationReaderLevelSwitch (Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppLogConfigurationReader reader, Func<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration,Microsoft.Extensions.Logging.LogLevel> convert);
new Microsoft.Extensions.Logging.AzureAppServices.Internal.WebConfigurationReaderLevelSwitch : Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppLogConfigurationReader * Func<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration, Microsoft.Extensions.Logging.LogLevel> -> Microsoft.Extensions.Logging.AzureAppServices.Internal.WebConfigurationReaderLevelSwitch
Public Sub New (reader As IWebAppLogConfigurationReader, convert As Func(Of WebAppLogConfiguration, LogLevel))

パラメーター

注釈

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

適用対象