Skip to content

Commit 79ad671

Browse files
committed
Improved comment
1 parent 2ecf4d0 commit 79ad671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Sinks.Seq/SeqLoggerConfigurationExtensions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ public static class SeqLoggerConfigurationExtensions
6868
/// durable log shipping.</param>
6969
/// <param name="payloadFormatter">An <see cref="ITextFormatter"/> that will be used to format (newline-delimited CLEF/JSON)
7070
/// payloads. Experimental.</param>
71-
/// <param name="formatProvider">An <see cref="IFormatProvider"/> that will be used to render log event tokens. Does not apply if `payloadFormatter` is provided.
72-
/// If `formatProvider` is provided then event messages will be rendered and included in the payload.</param>
71+
/// <param name="formatProvider">An <see cref="IFormatProvider"/> that will be used to render log event tokens. Does not apply if <paramref name="payloadFormatter"/> is provided.
72+
/// If <paramref name="formatProvider"/> is provided then event messages will be rendered and included in the payload.</param>
7373
/// <returns>Logger configuration, allowing configuration to continue.</returns>
7474
/// <exception cref="ArgumentNullException">A required parameter is null.</exception>
7575
public static LoggerConfiguration Seq(

0 commit comments

Comments
 (0)