다음을 통해 공유


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 전체 메시지를 한 줄로 기록하려면 이고, false 그렇지 않으면.

적용 대상