WebAppLogConfigurationReader 类

定义

表示 IWebAppLogConfigurationReader 的默认实现。

public ref class WebAppLogConfigurationReader : IDisposable, Microsoft::Extensions::Logging::AzureAppServices::Internal::IWebAppLogConfigurationReader
public class WebAppLogConfigurationReader : IDisposable, Microsoft.Extensions.Logging.AzureAppServices.Internal.IWebAppLogConfigurationReader
type WebAppLogConfigurationReader = class
    interface IWebAppLogConfigurationReader
    interface IDisposable
Public Class WebAppLogConfigurationReader
Implements IDisposable, IWebAppLogConfigurationReader
继承
WebAppLogConfigurationReader
实现

注解

此 API 支持 .NET 基础结构,不应直接从代码使用。

构造函数

WebAppLogConfigurationReader(IWebAppContext)

创建 WebAppLogConfigurationReader 类的新实例。

属性

Current

配置的当前值。

方法

Dispose()

处置对象实例。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

事件

OnConfigurationChanged

在配置更改时发生。

适用于