Skip to content

Commit

Permalink
Fix xml doc comment for SimpleConsoleFormatterOptions.SingleLine (#42896
Browse files Browse the repository at this point in the history
)

Setting it to `true` forces the single line, not `false` :)
  • Loading branch information
akoeplinger authored Sep 30, 2020
1 parent 8ffc0b3 commit 29489d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public SimpleConsoleFormatterOptions() { }
public LoggerColorBehavior ColorBehavior { get; set; }

/// <summary>
/// When <see langword="false" />, the entire message gets logged in a single line.
/// When <see langword="true" />, the entire message gets logged in a single line.
/// </summary>
public bool SingleLine { get; set; }
}
Expand Down

0 comments on commit 29489d1

Please sign in to comment.