You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Serilog.Sinks.Seq/SeqLoggerConfigurationExtensions.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ public static class SeqLoggerConfigurationExtensions
68
68
/// durable log shipping.</param>
69
69
/// <param name="payloadFormatter">An <see cref="ITextFormatter"/> that will be used to format (newline-delimited CLEF/JSON)
70
70
/// 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>
73
73
/// <returns>Logger configuration, allowing configuration to continue.</returns>
74
74
/// <exception cref="ArgumentNullException">A required parameter is null.</exception>
0 commit comments