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

プロパティ値

true UTC タイム ゾーンが使用されている場合は 。それ以外の場合 falseは 。 既定値は、false です。

適用対象