WebConfigurationReaderLevelSwitch クラス

定義

LoggingLevelSwitchイベントが発生したときにコールバックを実行するOnConfigurationChanged実装。

public ref class WebConfigurationReaderLevelSwitch : Serilog::Core::LoggingLevelSwitch
public class WebConfigurationReaderLevelSwitch : Serilog.Core.LoggingLevelSwitch
type WebConfigurationReaderLevelSwitch = class
    inherit LoggingLevelSwitch
Public Class WebConfigurationReaderLevelSwitch
Inherits LoggingLevelSwitch
継承
WebConfigurationReaderLevelSwitch

注釈

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

コンストラクター

WebConfigurationReaderLevelSwitch(IWebAppLogConfigurationReader, Func<WebAppLogConfiguration,LogLevel>)

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

適用対象