WebConfigurationReaderLevelSwitch Class

Definition

The LoggingLevelSwitch implementation that runs callback when the OnConfigurationChanged event fires.

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

Remarks

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

Constructors

WebConfigurationReaderLevelSwitch(IWebAppLogConfigurationReader, Func<WebAppLogConfiguration,LogLevel>)

Creates a new instance of the WebConfigurationReaderLevelSwitch class.

Applies to