ConsoleFormatterOptions.TimestampFormat 属性

定义

获取或设置用于在日志记录消息中设置时间戳的格式字符串。

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

属性值

表示时间戳格式的字符串。 默认为 null

适用于