Skip to content

Commit

Permalink
Updated the XML docs on UseSerilog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsagara committed Oct 23, 2023
1 parent 95c0180 commit 1827455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sagara.Core.Logging.Serilog/SerilogExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class SerilogExtensions
/// does not currently support the <c>IHostBuilder</c> interface.</para>
/// <para>See: https://github.com/dotnet/runtime/discussions/81090#discussioncomment-4784551</para>
/// </remarks>
/// <param name="builder">The <see cref="HostApplicationBuilder"/> to configure.</param>
/// <param name="builder">The <see cref="IHostApplicationBuilder"/> to configure.</param>
/// <param name="configureLogger">The delegate for configuring the Serilog.LoggerConfiguration that will be used
/// to construct a Serilog.Core.Logger.</param>
/// <param name="preserveStaticLogger">Indicates whether to preserve the value of Serilog.Log.Logger.</param>
Expand Down

0 comments on commit 1827455

Please sign in to comment.