Skip to content

Commit d066750

Browse files
authored
I think this comment is correct
1 parent e658217 commit d066750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.AspNetCore/SerilogWebHostBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static IWebHostBuilder UseSerilog(
7777
/// The logger will be shut down when application services are disposed.
7878
/// </remarks>
7979
/// <param name="builder">The web host builder to configure.</param>
80-
/// <param name="configureLogger">The delegate for configuring the <see cref="LoggerConfiguration" /> that will be used to construct a <see cref="ILogger" />.</param>
80+
/// <param name="configureLogger">The delegate for configuring the <see cref="LoggerConfiguration" /> that will be used to construct a <see cref="Logger" />.</param>
8181
/// <param name="preserveStaticLogger">Indicates whether to preserve the value of <see cref="Log.Logger"/>.</param>
8282
/// <param name="writeToProviders">By default, Serilog does not write events to <see cref="ILoggerProvider"/>s registered through
8383
/// the Microsoft.Extensions.Logging API. Normally, equivalent Serilog sinks are used in place of providers. Specify

0 commit comments

Comments
 (0)