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 否则。

适用于