ConsoleLoggerOptions.UseUtcTimestamp プロパティ

定義

注意事項

ConsoleLoggerOptions.UseUtcTimestamp has been deprecated. Use ConsoleFormatterOptions.UseUtcTimestamp instead.

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

public:
 property bool UseUtcTimestamp { bool get(); void set(bool value); };
[System.Obsolete("ConsoleLoggerOptions.UseUtcTimestamp has been deprecated. Use ConsoleFormatterOptions.UseUtcTimestamp instead.")]
public bool UseUtcTimestamp { get; set; }
[<System.Obsolete("ConsoleLoggerOptions.UseUtcTimestamp has been deprecated. Use ConsoleFormatterOptions.UseUtcTimestamp instead.")>]
member this.UseUtcTimestamp : bool with get, set
Public Property UseUtcTimestamp As Boolean

プロパティ値

true タイムスタンプの書式設定に UTC タイムゾーンを使用する必要がある場合は 。 既定値は false です。

属性

適用対象