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입니다.

적용 대상