File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Serilog.Extensions.Hosting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ public static class SerilogHostBuilderExtensions
31
31
/// </summary>
32
32
/// <param name="builder">The host builder to configure.</param>
33
33
/// <param name="logger">The Serilog logger; if not supplied, the static <see cref="Serilog.Log"/> will be used.</param>
34
- /// <param name="dispose">When true, dispose <paramref name="logger"/> when the framework disposes the provider. If the
35
- /// logger is not specified but <paramref name="dispose"/> is true, the <see cref="Log.CloseAndFlush()"/> method will be
34
+ /// <param name="dispose">When <c> true</c> , dispose <paramref name="logger"/> when the framework disposes the provider. If the
35
+ /// logger is not specified but <paramref name="dispose"/> is <c> true</c> , the <see cref="Log.CloseAndFlush()"/> method will be
36
36
/// called on the static <see cref="Log"/> class instead.</param>
37
37
/// <param name="providers">A <see cref="LoggerProviderCollection"/> registered in the Serilog pipeline using the
38
38
/// <c>WriteTo.Providers()</c> configuration method, enabling other <see cref="ILoggerProvider"/>s to receive events. By
You can’t perform that action at this time.
0 commit comments