WebAppLogConfiguration Class

Definition

Represents the configuration of the logger from Azure WebApp.

public ref class WebAppLogConfiguration
public class WebAppLogConfiguration
type WebAppLogConfiguration = class
Public Class WebAppLogConfiguration
Inheritance
WebAppLogConfiguration

Remarks

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

Properties

BlobContainerUrl

Gets the SAS endpoint where blob logs are stored.

BlobLoggingEnabled

Gets a value indicating whether the blob logger is enabled.

BlobLoggingLevel

Gets the blob logger logging level.

Disabled

Gets the configuration that has all loggers disabled.

FileLoggingEnabled

Gets a value indicating whether the file logger is enabled.

FileLoggingFolder

Gets the folder where the file logger stores the logs.

FileLoggingLevel

Gets the file logger logging level.

IsRunningInWebApp

Gets a value indicating whether the context is Azure WebApp.

Methods

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)

Applies to