次の方法で共有


LoggerContract.IsBuffered プロパティ

定義

発行前にロガーでレコードをバッファーに格納するかどうかを取得または設定します。 既定値は true と見なされます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuffered")]
public bool? IsBuffered { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isBuffered")>]
member this.IsBuffered : Nullable<bool> with get, set
Public Property IsBuffered As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象