WebAppLogConfigurationReader Class

Definition

Represents the default implementation of the 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
Inheritance
WebAppLogConfigurationReader
Implements

Remarks

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

Constructors

WebAppLogConfigurationReader(IWebAppContext)

Creates a new instance of the WebAppLogConfigurationReader class.

Properties

Current

The current value of the configuration.

Methods

Dispose()

Disposes the object instance.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Events

OnConfigurationChanged

Occurs when the configuration has changed.

Applies to