ConsoleFormatterOptions.UseUtcTimestamp プロパティ

定義

ログ メッセージのタイムスタンプの書式設定に UTC タイムゾーンを使用するかどうかを示す値を取得または設定します。

public:
 property bool UseUtcTimestamp { bool get(); void set(bool value); };
public bool UseUtcTimestamp { get; set; }
member this.UseUtcTimestamp : bool with get, set
Public Property UseUtcTimestamp As Boolean

プロパティ値

既定値は false です。

適用対象