次の方法で共有


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 それ以外の場合は 。 既定値は、false です。

属性

適用対象