SimpleConsoleFormatterOptions.SingleLine プロパティ

定義

メッセージ全体が 1 行に記録されるかどうかを示します。

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 メッセージ全体を 1 行でログに記録する場合は 。 false それ以外の場合は 。

適用対象