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

적용 대상