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

适用于