SimpleConsoleFormatterOptions.SingleLine 속성

정의

전체 메시지가 한 줄에 기록되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool SingleLine { bool get(); void set(bool value); };
public bool SingleLine { get; set; }
member this.SingleLine : bool with get, set
Public Property SingleLine As Boolean

속성 값

true 전체 메시지가 한 줄에 기록되면 입니다.

적용 대상