ConsoleFormatterOptions.TimestampFormat プロパティ

定義

ログ メッセージのタイムスタンプの書式設定に使用される書式指定文字列を取得または設定します。

public:
 property System::String ^ TimestampFormat { System::String ^ get(); void set(System::String ^ value); };
public string TimestampFormat { get; set; }
public string? TimestampFormat { get; set; }
member this.TimestampFormat : string with get, set
Public Property TimestampFormat As String

プロパティ値

タイムスタンプ形式を表す文字列。 既定値は、null です。

適用対象