AzureAppServicesDiagnosticsSettings 类

定义

注意

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

Azure 诊断日志记录的设置。

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
继承
AzureAppServicesDiagnosticsSettings
属性

构造函数

AzureAppServicesDiagnosticsSettings()
已过时.

Azure 诊断日志记录的设置。

属性

BackgroundQueueSize
已过时.

获取或设置后台日志消息队列的最大大小。 0 表示无限制。 达到最大队列大小后,日志事件接收器开始阻塞。

BlobBatchSize
已过时.

获取或设置要在单个 Blob 追加批处理中包含的最大事件数。

BlobCommitPeriod
已过时.

获取或设置在检查 Blob 日志批处理之间的等待时间。

BlobName
已过时.

获取或设置日志 Blob 名称的最后一节。

FileFlushPeriod
已过时.

获取或设置日志刷新到磁盘的时间段。 如果不需要自动刷新,请指定 null

FileSizeLimit
已过时.

获取或设置最大日志大小(以字节为单位)。 日志已满后,不再追加任何消息。

OutputTemplate
已过时.

获取或设置一个描述输出消息的消息模板。

RetainedFileCountLimit
已过时.

获取或设置保留的最大文件计数。

方法

Equals(Object)
已过时.

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

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.

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

(继承自 Object)

适用于