AzureAppServicesDiagnosticsSettings Class

Definition

Caution

This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.

Settings for Azure diagnostics logging.

public ref class AzureAppServicesDiagnosticsSettings
public class AzureAppServicesDiagnosticsSettings
[System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.")]
public class AzureAppServicesDiagnosticsSettings
type AzureAppServicesDiagnosticsSettings = class
[<System.Obsolete("This type is obsolete and will be removed in a future version. The recommended alternative is AzureBlobLoggerOptions.")>]
type AzureAppServicesDiagnosticsSettings = class
Public Class AzureAppServicesDiagnosticsSettings
Inheritance
AzureAppServicesDiagnosticsSettings
Attributes

Constructors

AzureAppServicesDiagnosticsSettings()

Properties

BackgroundQueueSize

Gets or sets the maximum size of the background log message queue. A value of 0 means no limit. After the maximum queue size is reached, the log event sink starts blocking.

BlobBatchSize

Gets or sets the maximum number of events to include in a single blob append batch.

BlobCommitPeriod

Gets or sets the time to wait between checking for blob log batches.

BlobName

Gets or sets the last section of the log blob name.

FileFlushPeriod

Gets or sets the period after which logs will be flushed to disk. Specify null if auto flushing is not required.

FileSizeLimit

Gets or sets the maximum log size in bytes. Once the log is full, no more messages are appended.

OutputTemplate

Gets or sets a message template describing the output messages.

RetainedFileCountLimit

Gets or sets the maximum retained file count.

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