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

속성 값

기본값은 false입니다.

적용 대상